2010-01-12 20:39:03 +00:00
<!DOCTYPE html>
2009-10-08 19:27:06 +00:00
< html >
<!-- removed for now, causes problems in Firefox: manifest="svg - editor.manifest" -->
2009-02-06 08:58:39 +00:00
< head >
2009-07-20 13:56:01 +00:00
< meta http-equiv = "Content-type" content = "text/html;charset=UTF-8" / >
2009-09-22 19:28:33 +00:00
< meta http-equiv = "X-UA-Compatible" content = "chrome=1" / >
2009-08-14 17:25:58 +00:00
< link rel = "icon" type = "image/png" href = "images/logo.png" >
2009-07-30 22:45:59 +00:00
< link rel = "stylesheet" href = "jgraduate/css/jPicker-1.0.9.css" type = "text/css" / >
< link rel = "stylesheet" href = "jgraduate/css/jGraduate-0.2.0.css" type = "text/css" / >
2009-07-09 05:06:01 +00:00
< link rel = "stylesheet" href = "svg-editor.css" type = "text/css" / >
< link rel = "stylesheet" href = "spinbtn/JQuerySpinBtn.css" type = "text/css" / >
2009-09-29 20:55:52 +00:00
<!-- Development version of script tags: -->
2009-09-04 21:31:50 +00:00
< script type = "text/javascript" src = "jquery.js" > < / script >
2009-06-17 02:04:10 +00:00
< script type = "text/javascript" src = "js-hotkeys/jquery.hotkeys.min.js" > < / script >
2009-09-04 21:31:50 +00:00
< script type = "text/javascript" src = "jgraduate/jquery.jgraduate.js" > < / script >
2009-11-09 18:59:53 +00:00
< script type = "text/javascript" src = "svgicons/jquery.svgicons.js" > < / script >
2009-09-04 21:31:50 +00:00
< script type = "text/javascript" src = "spinbtn/JQuerySpinBtn.js" > < / script >
2010-01-08 20:36:39 +00:00
< script type = "text/javascript" src = "locale/locale.js" > < / script >
2009-09-04 21:31:50 +00:00
< script type = "text/javascript" src = "svgcanvas.js" > < / script >
< script type = "text/javascript" src = "svg-editor.js" > < / script >
2009-10-03 05:54:40 +00:00
2009-09-29 20:55:52 +00:00
<!-- Release version of script tags: >
< script type = "text/javascript" src = "http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" > < / script >
< script type = "text/javascript" src = "js-hotkeys/jquery.hotkeys-0.7.9.js" > < / script >
< script type = "text/javascript" src = "jgraduate/jquery.jgraduate.min.js" > < / script >
< script type = "text/javascript" src = "spinbtn/JQuerySpinBtn.min.js" > < / script >
< script type = "text/javascript" src = "svgcanvas.min.js" > < / script >
< script type = "text/javascript" src = "svg-editor.min.js" > < / script >
2009-10-03 05:54:40 +00:00
script type="text/javascript" src="locale/locale.min.js">< / script-- >
2009-09-29 20:55:52 +00:00
<!-- always minified scripts -->
< script type = "text/javascript" src = "jquery-ui/jquery-ui-1.7.2.custom.min.js" > < / script >
< script type = "text/javascript" src = "jgraduate/jpicker-1.0.9.min.js" > < / script >
2009-08-25 16:35:57 +00:00
2009-09-23 16:18:04 +00:00
<!-- feeds -->
< link rel = "alternate" type = "application/atom+xml" title = "SVG-edit General Discussion" href = "http://groups.google.com/group/svg-edit/feed/atom_v1_0_msgs.xml" / >
< link rel = "alternate" type = "application/atom+xml" title = "SVG-edit Updates (Issues/Fixes/Commits)" href = "http://code.google.com/feeds/p/svg-edit/updates/basic" / >
2009-08-25 16:35:57 +00:00
<!-- Add script with custom handlers here -->
2010-01-13 16:46:58 +00:00
< title > SVG-edit< / title >
2009-02-06 08:58:39 +00:00
< / head >
< body >
2009-06-03 13:03:10 +00:00
< div id = "svg_editor" >
2009-06-28 04:20:34 +00:00
< div id = "workarea" >
2009-09-23 15:25:28 +00:00
< style id = "styleoverrides" type = "text/css" media = "screen" scoped = "scoped" > < / style >
2009-06-29 14:38:30 +00:00
< div id = "svgcanvas" > < / div >
2009-06-03 13:03:10 +00:00
< / div >
2009-02-06 08:58:39 +00:00
2009-09-16 19:21:53 +00:00
< div id = "sidepanels" >
2009-09-20 23:04:57 +00:00
< div id = "layerpanel" >
2009-12-11 20:35:51 +00:00
< h3 id = "layersLabel" > Layers< / h3 >
2009-09-20 23:04:57 +00:00
< fieldset id = "layerbuttons" >
2009-11-09 18:59:53 +00:00
< div id = "layer_new" class = "layer_button" title = "New Layer" > < / div >
< div id = "layer_delete" class = "layer_button" title = "Delete Layer" > < / div >
< div id = "layer_rename" class = "layer_button" title = "Rename Layer" > < / div >
< div id = "layer_up" class = "layer_button" title = "Move Layer Up" > < / div >
< div id = "layer_down" class = "layer_button" title = "Move Layer Down" > < / div >
2009-09-20 23:04:57 +00:00
< / fieldset >
2009-09-24 04:22:55 +00:00
< table id = "layerlist" >
< tr class = "layer" >
< td class = "layervis" > < / td >
< td class = "layername" > Layer 1< / td >
2009-09-28 00:29:49 +00:00
< / tr >
2009-09-24 04:22:55 +00:00
< / table >
2009-10-11 04:32:21 +00:00
< span id = "selLayerLabel" > Move elements to:< / span >
< select id = "selLayerNames" title = "Move selected elements to a different layer" disabled = "disabled" >
< option selected = "selected" value = "layer1" > Layer 1< / option >
< / select >
2009-09-20 23:04:57 +00:00
< / div >
2009-10-14 04:16:48 +00:00
< div id = "sidepanel_handle" onselectstart = "return false;" title = "Drag left/right to resize side panel [X]" > L a y e r s< / div >
2009-09-16 19:21:53 +00:00
< / div >
2010-01-13 17:18:53 +00:00
< div id = "main_button" >
< div id = "main_icon" title = "Main Menu" >
2010-01-13 15:05:53 +00:00
< span > < / span >
< div id = "logo" > < / div >
< div class = "dropdown" > < / div >
< / div >
2010-01-12 21:38:39 +00:00
< div id = "main_menu" >
<!-- File - like buttons: New, Save, Source -->
< ul >
< li id = "tool_clear" >
< div > < / div >
2010-01-14 16:05:05 +00:00
New Image [N]
2010-01-12 21:38:39 +00:00
< / li >
< li id = "tool_open" style = "display:none;" >
< div id = "fileinputs" >
< div > < / div >
< / div >
Open Image [O]
< / li >
< li id = "tool_save" >
< div > < / div >
Save Image [S]
< / li >
< li id = "tool_docprops" >
< div > < / div >
Document Properties [I]
< / li >
< / ul >
< p >
< a href = "http://svg-edit.googlecode.com/" target = "_blank" >
SVG-edit Home Page
< / a >
< / p >
< / div >
2009-08-07 03:33:41 +00:00
< / div >
2010-01-12 21:38:39 +00:00
2009-06-29 14:38:30 +00:00
< div id = "tools_top" class = "tools_panel" >
2009-09-13 16:31:33 +00:00
2010-01-12 21:38:39 +00:00
< div id = "editor_panel" >
2009-11-09 18:59:53 +00:00
< div class = "push_button" id = "tool_source" title = "Edit Source [U]" > < / div >
< div class = "tool_button" id = "tool_wireframe" title = "Wireframe Mode [F]" > < / div >
2009-06-17 20:08:53 +00:00
< / div >
2009-06-10 04:44:59 +00:00
2009-06-25 08:31:36 +00:00
<!-- History buttons -->
2009-09-15 13:41:06 +00:00
< div id = "history_panel" >
2009-09-23 14:42:21 +00:00
< div class = "tool_sep" > < / div >
2009-11-09 18:59:53 +00:00
< div class = "push_button tool_button_disabled" id = "tool_undo" title = "Undo [Z]" > < / div >
< div class = "push_button tool_button_disabled" id = "tool_redo" title = "Redo [Y]" > < / div >
2009-06-25 08:31:36 +00:00
< / div >
2009-09-15 14:38:26 +00:00
2009-08-17 06:56:55 +00:00
<!-- Buttons when a single element is selected -->
2009-06-17 20:08:53 +00:00
< div id = "selected_panel" >
2009-12-22 18:13:36 +00:00
< div class = "toolset" >
< div class = "tool_sep" > < / div >
< div class = "push_button" id = "tool_clone" title = "Clone Element [C]" > < / div >
< div class = "push_button" id = "tool_delete" title = "Delete Element [Delete/Backspace]" > < / div >
< div class = "tool_sep" > < / div >
< div class = "push_button" id = "tool_move_top" title = "Move to Top [Shift+Up]" > < / div >
< div class = "push_button" id = "tool_move_bottom" title = "Move to Bottom [Shift+Down]" > < / div >
< div class = "push_button" id = "tool_topath" title = "Convert to Path" > < / div >
< div class = "push_button" id = "tool_reorient" title = "Reorient path" > < / div >
< div class = "tool_sep" > < / div >
2009-10-20 20:06:55 +00:00
< / div >
2009-12-22 18:13:36 +00:00
< div class = "toolset" >
< label id = "group_opacityLabel" class = "selected_tool" for = "group_opacity" > opac:< / label >
< input id = "group_opacity" class = "selected_tool" title = "Change selected item opacity" size = "3" value = "100" type = "text" / >
< div id = "opacity_dropdown" class = "dropdown" >
< button > < / button >
< ul >
< li class = "special" > < div id = "opac_slider" > < / div > < / li >
< li > 100% (no transparency)< / li >
< li > 0%< / li >
< li > 25%< / li >
< li > 50%< / li >
< li > 75%< / li >
< li > 100%< / li >
< / ul >
< / div >
< / div >
< div class = "toolset" >
< label id = "angleLabel" class = "selected_tool" > angle:< / label >
< input id = "angle" class = "selected_tool" title = "Change rotation angle" size = "2" value = "0" type = "text" / >
< / div >
< div id = "xy_panel" class = "toolset" >
2009-11-20 17:17:55 +00:00
< label class = "selected_tool" > x:< / label >
< input id = "selected_x" class = "selected_tool attr_changer" title = "Change X coordinate" size = "3" data-attr = "x" / >
< label class = "selected_tool" > y:< / label >
< input id = "selected_y" class = "selected_tool attr_changer" title = "Change Y coordinate" size = "3" data-attr = "y" / >
< / div >
2009-06-17 20:08:53 +00:00
< / div >
2009-06-10 04:44:59 +00:00
2009-08-17 06:56:55 +00:00
<!-- Buttons when multiple elements are selected -->
2009-07-01 20:22:29 +00:00
< div id = "multiselected_panel" >
2009-11-09 18:59:53 +00:00
< div class = "tool_sep" > < / div >
< div class = "push_button" id = "tool_clone_multi" title = "Clone Elements [C]" > < / div >
< div class = "push_button" id = "tool_delete_multi" title = "Delete Selected Elements [Delete/Backspace]" > < / div >
< div class = "tool_sep" > < / div >
< div class = "push_button" id = "tool_group" title = "Group Elements [G]" > < / div >
2009-10-15 14:49:06 +00:00
< div class = "push_button" id = "tool_alignleft" title = "Align Left" > < / div >
< div class = "push_button" id = "tool_aligncenter" title = "Align Center" > < / div >
< div class = "push_button" id = "tool_alignright" title = "Align Right" > < / div >
< div class = "push_button" id = "tool_aligntop" title = "Align Top" > < / div >
< div class = "push_button" id = "tool_alignmiddle" title = "Align Middle" > < / div >
< div class = "push_button" id = "tool_alignbottom" title = "Align Bottom" > < / div >
2009-10-03 05:54:40 +00:00
< span id = "relativeToLabel" class = "selected_tool" > relative to:< / span >
2009-08-25 07:04:19 +00:00
< select id = "align_relative_to" class = "selected_tool" title = "Align relative to ..." >
2009-10-03 05:54:40 +00:00
< option id = "selected_objects" value = "selected" > selected objects< / option >
< option id = "largest_object" value = "largest" > largest object< / option >
< option id = "smallest_object" value = "smallest" > smallest object< / option >
< option id = "page" value = "page" > page< / option >
2009-08-25 07:04:19 +00:00
< / select >
2009-11-09 18:59:53 +00:00
< div class = "tool_sep" > < / div >
2009-10-20 20:06:55 +00:00
2009-07-01 20:22:29 +00:00
< / div >
2009-09-05 22:09:42 +00:00
< div id = "g_panel" >
2009-11-09 18:59:53 +00:00
< div class = "tool_sep" > < / div >
< div class = "push_button" id = "tool_ungroup" title = "Ungroup Elements [G]" > < / div >
2009-09-05 20:03:47 +00:00
< / div >
2009-06-11 15:18:46 +00:00
< div id = "rect_panel" >
2009-12-22 18:13:36 +00:00
< div class = "toolset" >
< label id = "rwidthLabel" class = "rect_tool" > width:< / label >
< input id = "rect_width" class = "rect_tool attr_changer" title = "Change rectangle width" size = "3" data-attr = "width" / >
< label id = "rheightLabel" class = "rect_tool" > height:< / label >
< input id = "rect_height" class = "rect_tool attr_changer" title = "Change rectangle height" size = "3" data-attr = "height" / >
< / div >
< div class = "toolset" >
< label id = "cornerRadiusLabel" class = "rect_tool" > Corner Radius:< / label >
< input id = "rect_rx" size = "3" value = "0" class = "rect_tool" type = "text" title = "Change Rectangle Corner Radius" data-attr = "Corner Radius" / >
< / div >
2009-06-11 15:18:46 +00:00
< / div >
2009-06-17 20:08:53 +00:00
2009-09-04 22:22:40 +00:00
< div id = "image_panel" >
2009-12-22 18:13:36 +00:00
< div class = "toolset" >
2009-10-03 05:54:40 +00:00
< label id = "iwidthLabel" class = "image_tool" > width:< / label >
2009-09-23 18:45:22 +00:00
< input id = "image_width" class = "image_tool attr_changer" title = "Change image width" size = "3" data-attr = "width" / >
2009-10-03 05:54:40 +00:00
< label id = "iheightLabel" class = "image_tool" > height:< / label >
2009-09-23 18:45:22 +00:00
< input id = "image_height" class = "image_tool attr_changer" title = "Change image height" size = "3" data-attr = "height" / >
2009-12-22 18:13:36 +00:00
< / div >
< div class = "toolset" >
< label class = "image_tool" > url:< / label >
< input id = "image_url" class = "image_tool" type = "text" title = "Change URL" size = "35" / >
< button id = "change_image_url" style = "display:none;" > Change Image< / button >
< div id = "url_notice" title = "NOTE: This image cannot be embedded. It will depend on this path to be displayed" > < / div >
< / div >
2009-09-04 22:22:40 +00:00
< / div >
2009-06-24 04:17:35 +00:00
< div id = "circle_panel" >
2010-01-04 14:10:52 +00:00
< div class = "toolset" >
< label class = "circle_tool" > cx:< / label >
< input id = "circle_cx" class = "circle_tool attr_changer" title = "Change circle's cx coordinate" size = "3" data-attr = "cx" / >
< label class = "circle_tool" > cy:< / label >
< input id = "circle_cy" class = "circle_tool attr_changer" title = "Change circle's cy coordinate" size = "3" data-attr = "cy" / >
< / div >
< div class = "toolset" >
< label class = "circle_tool" > r:< / label >
< input id = "circle_r" class = "circle_tool attr_changer" title = "Change circle's radius" size = "3" data-attr = "r" / >
< / div >
2009-06-24 04:17:35 +00:00
< / div >
2009-06-29 14:38:30 +00:00
2009-06-24 04:17:35 +00:00
< div id = "ellipse_panel" >
2010-01-04 14:10:52 +00:00
< div class = "toolset" >
< label class = "ellipse_tool" > cx:< / label >
< input id = "ellipse_cx" class = "ellipse_tool attr_changer" title = "Change ellipse's cx coordinate" size = "3" data-attr = "cx" / >
< label class = "ellipse_tool" > cy:< / label >
< input id = "ellipse_cy" class = "ellipse_tool attr_changer" title = "Change ellipse's cy coordinate" size = "3" data-attr = "cy" / >
< / div >
< div class = "toolset" >
< label class = "ellipse_tool" > rx:< / label >
< input id = "ellipse_rx" class = "ellipse_tool attr_changer" title = "Change ellipse's x radius" size = "3" data-attr = "rx" / >
< label class = "ellipse_tool" > ry:< / label >
< input id = "ellipse_ry" class = "ellipse_tool attr_changer" title = "Change ellipse's y radius" size = "3" data-attr = "ry" / >
< / div >
2009-06-24 04:17:35 +00:00
< / div >
2009-06-29 14:38:30 +00:00
2009-06-24 04:17:35 +00:00
< div id = "line_panel" >
2009-12-22 18:13:36 +00:00
< div class = "toolset" >
< label class = "line_tool" > x1:< / label >
< input id = "line_x1" class = "line_tool attr_changer" title = "Change line's starting x coordinate" size = "3" data-attr = "x1" / >
< label class = "line_tool" > y1:< / label >
< input id = "line_y1" class = "line_tool attr_changer" title = "Change line's starting y coordinate" size = "3" data-attr = "y1" / >
< / div >
< div class = "toolset" >
< label class = "line_tool" > x2:< / label >
< input id = "line_x2" class = "line_tool attr_changer" title = "Change line's ending x coordinate" size = "3" data-attr = "x2" / >
< label class = "line_tool" > y2:< / label >
< input id = "line_y2" class = "line_tool attr_changer" title = "Change line's ending y coordinate" size = "3" data-attr = "y2" / >
< / div >
2009-06-24 04:17:35 +00:00
< / div >
2009-06-11 15:18:46 +00:00
2009-06-10 04:44:59 +00:00
< div id = "text_panel" >
2010-01-08 20:36:39 +00:00
< div class = "toolset" >
< div class = "tool_button" id = "tool_bold" title = "Bold Text [B]" > < span > < / span > B< / div >
< div class = "tool_button" id = "tool_italic" title = "Italic Text [I]" > < span > < / span > i< / div >
< / div >
2009-12-02 20:09:36 +00:00
2009-12-22 18:13:36 +00:00
< div class = "toolset" >
< input id = "font_family" class = "text_tool" type = "text" title = "Change Font Family" size = "12" / >
< div id = "font_family_dropdown" class = "dropdown" >
< button > < / button >
< ul >
< li style = "font-family:serif" > Serif< / li >
< li style = "font-family:sans-serif" > Sans-serif< / li >
< li style = "font-family:cursive" > Cursive< / li >
< li style = "font-family:fantasy" > Fantasy< / li >
< li style = "font-family:monospace" > Monospace< / li >
< / ul >
< / div >
2009-12-02 20:09:36 +00:00
< / div >
2009-12-22 18:13:36 +00:00
< div class = "toolset" >
< label id = "font_sizeLabel" class = "text_tool" for = "font_size" > size:< / label >
< input id = "font_size" class = "text_tool" title = "Change Font Size" size = "3" value = "0" type = "text" / >
< / div >
2009-06-24 22:07:58 +00:00
< input id = "text" class = "text_tool" type = "text" title = "Change text contents" size = "35" / >
2009-06-10 04:44:59 +00:00
< / div >
2009-10-05 13:50:44 +00:00
2009-10-18 20:46:32 +00:00
< div id = "path_node_panel" >
2009-12-01 19:26:33 +00:00
< div class = "tool_sep" > < / div >
< div class = "tool_button" id = "tool_node_link" title = "Link Control Points" > < / div >
< div class = "tool_sep" > < / div >
2009-10-18 20:46:32 +00:00
< label class = "path_node_tool" > x:< / label >
< input id = "path_node_x" class = "path_node_tool attr_changer" title = "Change node's x coordinate" size = "3" data-attr = "x" / >
< label class = "path_node_tool" > y:< / label >
< input id = "path_node_y" class = "path_node_tool attr_changer" title = "Change node's y coordinate" size = "3" data-attr = "y" / >
< select id = "seg_type" class = "path_node_tool" title = "Change Segment type" >
2009-10-09 19:47:32 +00:00
< option id = "straight_segments" selected = "selected" value = "4" > Straight< / option >
< option id = "curve_segments" value = "6" > Curve< / option >
2009-10-09 15:29:40 +00:00
< / select >
2009-11-09 18:59:53 +00:00
< div class = "tool_button" id = "tool_node_clone" title = "Clone Node" > < / div >
< div class = "tool_button" id = "tool_node_delete" title = "Delete Node" > < / div >
2009-10-05 13:50:44 +00:00
< / div >
2009-06-29 14:38:30 +00:00
< / div > <!-- tools_top -->
2009-06-10 04:44:59 +00:00
2009-06-29 14:38:30 +00:00
< div id = "tools_left" class = "tools_panel" >
2009-11-09 18:59:53 +00:00
< div class = "tool_button_current" id = "tool_select" title = "Select Tool [1]" > < / div >
< div class = "tool_button" id = "tool_fhpath" title = "Pencil Tool [2]" > < / div >
< div class = "tool_button" id = "tool_line" title = "Line Tool [3]" > < / div >
< div class = "tool_button" id = "tools_rect_show" title = "Square/Rect Tool [4/Shift+4]" > < / div >
< div class = "flyout_arrow_horiz" > < / div >
< div class = "tool_button" id = "tools_ellipse_show" title = "Ellipse/Circle Tool [5/Shift+5]" > < / div >
< div class = "flyout_arrow_horiz" > < / div >
< div class = "tool_button" id = "tool_path" title = "Path Tool [7]" > < / div >
< div class = "tool_button" id = "tool_text" title = "Text Tool [6]" > < / div >
< div class = "tool_button" id = "tool_image" title = "Image Tool [8]" > < / div >
< div class = "tool_button" id = "tool_zoom" title = "Zoom Tool [Ctrl+Up/Down]" > < / div >
2009-06-29 14:38:30 +00:00
< / div > <!-- tools_left -->
< div id = "tools_bottom" class = "tools_panel" >
2009-02-13 08:53:35 +00:00
2009-09-16 18:35:09 +00:00
<!-- Zoom buttons -->
2009-10-20 20:06:55 +00:00
< div id = "zoom_panel" class = "magic_field" >
2009-11-13 15:11:48 +00:00
< span id = "zoomLabel" class = "zoom_tool label" > zoom:< / span >
2009-09-23 18:45:22 +00:00
< input id = "zoom" class = "zoom_tool" title = "Change zoom level" size = "3" value = "100" type = "text" / >
2009-10-20 20:06:55 +00:00
< div id = "zoom_dropdown" class = "dropdown" >
2009-09-16 18:35:09 +00:00
< button > < / button >
< ul >
2009-11-12 21:13:29 +00:00
< li > 1000%< / li >
< li > 400%< / li >
< li > 200%< / li >
2009-09-16 18:35:09 +00:00
< li > 100%< / li >
< li > 50%< / li >
2009-11-12 21:13:29 +00:00
< li > 25%< / li >
< li id = "fit_to_canvas" data-val = "canvas" > Fit to canvas< / li >
< li id = "fit_to_sel" data-val = "selection" > Fit to selection< / li >
< li id = "fit_to_layer_content" data-val = "layer" > Fit to layer content< / li >
< li id = "fit_to_all" data-val = "content" > Fit to all content< / li >
2009-09-16 18:35:09 +00:00
< li > 100%< / li >
< / ul >
< / div >
2009-11-09 18:59:53 +00:00
< div class = "tool_sep" > < / div >
2009-09-16 18:35:09 +00:00
< / div >
2009-06-29 14:38:30 +00:00
< div id = "tools_bottom_2" >
< table >
< tr >
2009-11-09 18:59:53 +00:00
< td id = "fill_tool_bottom" class = "label" > fill:< / td >
< td > < div id = "fill_bg" > < / div > < div id = "fill_color" class = "color_block" title = "Change fill color" > < / div > < / td >
< td colspan = "3" > < div id = "fill_opacity" class = "label" > 100%< / div > < / td >
2009-06-29 14:38:30 +00:00
< / tr > < tr >
2009-11-09 18:59:53 +00:00
< td id = "stroke_tool_bottom" class = "label" > stroke:< / td >
< td > < div id = "stroke_bg" > < / div > < div id = "stroke_color" class = "color_block" title = "Change stroke color" > < / div > < / td >
< td > < div id = "stroke_opacity" class = "label" > 100 %< / div > < / td >
2009-06-29 14:38:30 +00:00
< td >
2010-01-12 16:20:09 +00:00
< input id = "stroke_width" title = "Change stroke width by 1, shift-click to change by 0.1" size = "2" value = "5" type = "text" data-attr = "Stroke Width" / >
2009-06-29 14:38:30 +00:00
< / td >
< td >
< select id = "stroke_style" title = "Change stroke dash style" >
2010-01-13 21:03:00 +00:00
< option selected = "selected" value = "none" > — < / option >
2009-07-07 01:21:19 +00:00
< option value = "2,2" > ...< / option >
< option value = "5,5" > - -< / option >
< option value = "5,2,2,2" > - .< / option >
< option value = "5,2,2,2,2,2" > - ..< / option >
< / select >
2009-06-29 14:38:30 +00:00
< / td >
< / tr >
< / table >
2009-06-28 04:20:34 +00:00
< / div >
2009-06-01 15:55:21 +00:00
2009-06-29 14:38:30 +00:00
< div id = "tools_bottom_3" >
< div id = "palette_holder" > < div id = "palette" title = "Click to change fill color, shift-click to change stroke color" > < / div > < / div >
2009-06-28 04:20:34 +00:00
< / div >
2010-01-04 21:15:01 +00:00
< div id = "copyright" > Powered by < a href = "http://svg-edit.googlecode.com/" target = "_blank" > SVG-edit v2.5-preAlpha< / a > < / div >
2009-06-29 14:38:30 +00:00
< / div >
<!-- hidden divs -->
< div id = "color_picker" > < / div >
< div id = "tools_rect" class = "tools_flyout" >
< div id = "tool_rect" class = "tool_flyout_button" title = "Rectangle" > < / div >
2009-11-10 19:16:45 +00:00
< div id = "tool_square" class = "tool_flyout_button" title = "Square" > < / div >
2009-06-29 14:38:30 +00:00
< div id = "tool_fhrect" class = "tool_flyout_button" title = "Free-Hand Rectangle" > < / div >
< / div >
< div id = "tools_ellipse" class = "tools_flyout" >
< div id = "tool_ellipse" class = "tool_flyout_button" title = "Ellipse" > < / div >
2009-11-10 19:16:45 +00:00
< div id = "tool_circle" class = "tool_flyout_button" title = "Circle" > < / div >
2009-06-29 14:38:30 +00:00
< div id = "tool_fhellipse" class = "tool_flyout_button" title = "Free-Hand Ellipse" > < / div >
< / div >
2009-06-01 15:55:21 +00:00
2009-07-13 00:17:15 +00:00
< / div > <!-- svg_editor -->
< div id = "svg_source_editor" >
< div id = "svg_source_overlay" > < / div >
< div id = "svg_source_container" >
2009-08-17 14:17:20 +00:00
< div id = "tool_source_back" class = "toolbar_button" >
2009-10-29 19:43:34 +00:00
< button id = "tool_source_save" > Apply Changes< / button >
2009-08-26 18:32:24 +00:00
< button id = "tool_source_cancel" > Cancel< / button >
2009-08-17 14:17:20 +00:00
< / div >
2009-07-13 00:17:15 +00:00
< form >
2009-09-26 20:29:06 +00:00
< textarea id = "svg_source_textarea" spellcheck = "false" > < / textarea >
2009-07-13 00:17:15 +00:00
< / form >
< / div >
2009-06-01 15:55:21 +00:00
< / div >
2009-02-13 08:53:35 +00:00
2009-09-13 16:31:33 +00:00
< div id = "svg_docprops" >
< div id = "svg_docprops_overlay" > < / div >
2009-09-13 19:58:06 +00:00
< div id = "svg_docprops_container" >
< div id = "tool_docprops_back" class = "toolbar_button" >
2009-10-29 19:43:34 +00:00
< button id = "tool_docprops_save" > OK< / button >
2009-09-13 19:58:06 +00:00
< button id = "tool_docprops_cancel" > Cancel< / button >
2009-11-10 18:58:16 +00:00
< / div >
2009-10-19 19:06:07 +00:00
2009-11-10 18:58:16 +00:00
< fieldset id = "svg_docprops_docprops" >
< legend id = "svginfo_image_props" > Image Properties< / legend >
< label >
< span id = "svginfo_title" > Title:< / span >
< input type = "text" id = "canvas_title" size = "24" >
< / label >
2009-09-20 23:04:57 +00:00
< fieldset id = "change_resolution" >
2009-10-19 19:06:07 +00:00
< legend id = "svginfo_dim" > Canvas Dimensions< / legend >
2009-09-22 17:22:28 +00:00
2009-10-19 19:06:07 +00:00
< label > < span id = "svginfo_width" > Width:< / span > < input type = "text" id = "canvas_width" size = "6" > < / label >
2009-09-22 17:22:28 +00:00
2009-10-19 19:06:07 +00:00
< label > < span id = "svginfo_height" > Height:< / span > < input type = "text" id = "canvas_height" size = "6" > < / label >
2009-11-17 16:42:04 +00:00
2009-09-22 17:22:28 +00:00
< label >
2009-09-23 14:42:21 +00:00
< select id = "resolution" >
2009-10-03 05:54:40 +00:00
< option id = "selectedPredefined" selected = "selected" > Select predefined:< / option >
2009-09-22 17:22:28 +00:00
< option > 640x480< / option >
< option > 800x600< / option >
< option > 1024x768< / option >
< option > 1280x960< / option >
< option > 1600x1200< / option >
2009-11-13 15:11:48 +00:00
< option id = "fitToContent" value = "content" > Fit to Content< / option >
2009-09-22 17:22:28 +00:00
< / select >
< / label >
2009-11-09 18:59:53 +00:00
< / fieldset >
2009-11-10 18:58:16 +00:00
2009-11-17 16:42:04 +00:00
< fieldset id = "image_save_opts" >
< legend id = "includedImages" > Included Images< / legend >
2009-11-17 21:36:59 +00:00
< label > < input type = "radio" name = "image_opt" value = "embed" checked = "checked" / > < span id = "image_opt_embed" > Embed data (local files)< / span > < / label >
< label > < input type = "radio" name = "image_opt" value = "ref" / > < span id = "image_opt_ref" > Use file reference< / span > < / label >
2009-11-17 16:42:04 +00:00
< / fieldset >
2009-11-10 18:58:16 +00:00
< / fieldset >
< fieldset id = "svg_docprops_prefs" >
2009-11-20 19:23:09 +00:00
< legend id = "svginfo_editor_prefs" > Editor Preferences< / legend >
2009-11-10 18:58:16 +00:00
2009-11-10 21:31:47 +00:00
< label > < span id = "svginfo_lang" > Language:< / span >
2009-12-07 21:16:13 +00:00
<!-- Source: http://en.wikipedia.org/wiki/Language_names -->
2009-11-10 21:31:47 +00:00
< select id = "lang_select" >
2009-12-07 21:16:13 +00:00
< option id = "lang_cs" value = "cs" > Čeština< / option >
2009-12-23 05:40:49 +00:00
< option id = "lang_de" value = "de" > Deutsch< / option >
2009-11-20 19:23:09 +00:00
< option id = "lang_en" value = "en" selected = "selected" > English< / option >
2009-12-21 20:03:43 +00:00
< option id = "lang_es" value = "es" > Español< / option >
2010-01-08 20:36:39 +00:00
< option id = "lang_fa" value = "fa" > فارسی< / option >
2009-12-07 21:16:13 +00:00
< option id = "lang_fr" value = "fr" > Français< / option >
2009-12-22 21:24:58 +00:00
< option id = "lang_nl" value = "nl" > Nederlands< / option >
2009-12-07 21:16:13 +00:00
< option id = "lang_ro" value = "ro" > Româneşte< / option >
< option id = "lang_sk" value = "sk" > Slovenčina< / option >
2009-11-10 21:31:47 +00:00
< / select >
< / label >
2009-11-10 18:58:16 +00:00
< label > < span id = "svginfo_icons" > Icon size:< / span >
< select id = "iconsize" >
< option id = "icon_small" value = "s" > Small< / option >
< option id = "icon_medium" value = "m" selected = "selected" > Medium< / option >
< option id = "icon_large" value = "l" > Large< / option >
< option id = "icon_xlarge" value = "xl" > Extra Large< / option >
< / select >
< / label >
< fieldset id = "change_background" >
< legend id = "svginfo_change_background" > Editor Background< / legend >
< div id = "bg_blocks" > < / div >
< label > < span id = "svginfo_bg_url" > URL:< / span > < input type = "text" id = "canvas_bg_url" size = "21" > < / label >
< p id = "svginfo_bg_note" > Note: Background will not be saved with image.< / p >
2009-09-20 23:04:57 +00:00
< / fieldset >
2009-11-10 18:58:16 +00:00
< / fieldset >
2009-09-13 19:58:06 +00:00
< / div >
2009-09-13 16:31:33 +00:00
< / div >
2009-11-19 15:09:21 +00:00
< div id = "dialog_box" >
< div id = "dialog_box_overlay" > < / div >
< div id = "dialog_container" >
< div id = "dialog_content" >
Test message
< / div >
< div id = "dialog_buttons" > < / div >
< / div >
< / div >
2009-02-06 08:58:39 +00:00
< / body >
< / html >