| | |
| | | <!DOCTYPE html> |
| | | <html> |
| | | <head> |
| | | <meta http-equiv="Content-type" content="text/html;charset=UTF-8" /> |
| | | <meta http-equiv="X-UA-Compatible" content="chrome=1"/> |
| | | <link rel="icon" type="image/png" href="images/logo.png"/> |
| | | <meta http-equiv="Content-type" content="text/html;charset=UTF-8" /> |
| | | <meta http-equiv="X-UA-Compatible" content="chrome=1"/> |
| | | <link rel="icon" type="image/png" href="images/logo.png"/> |
| | | |
| | | <!--{if svg_edit_release}> |
| | | <link rel="stylesheet" href="css/method-draw.compiled.css" type="text/css"/> |
| | | <!{else}--> |
| | | <!--{if svg_edit_release}> |
| | | <link rel="stylesheet" href="css/method-draw.compiled.css" type="text/css"/> |
| | | <!{else}--> |
| | | <link rel="stylesheet" href="lib/jgraduate/css/jPicker.css" type="text/css"/> |
| | | <link rel="stylesheet" href="lib/jgraduate/css/jgraduate.css" type="text/css"/> |
| | | <link rel="stylesheet" href="css/method-draw.css" type="text/css"/> |
| | | <link rel="stylesheet" href="css/fonts.css" type="text/css"/> |
| | | <!--{endif}--> |
| | | <!--{endif}--> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> |
| | | <meta name="apple-mobile-web-app-capable" content="yes"/> |
| | | |
| | |
| | | <script type="text/javascript" src="lib/jquery.js"></script> |
| | | |
| | | |
| | | <!--{if svg_edit_release}> |
| | | <script type="text/javascript" src="method-draw.compiled.js"></script> |
| | | <!{else}--> |
| | | <!--{if svg_edit_release}> |
| | | <script type="text/javascript" src="method-draw.compiled.js"></script> |
| | | <!{else}--> |
| | | <script type="text/javascript" src="lib/pathseg.js"></script> |
| | | <script type="text/javascript" src="lib/touch.js"></script> |
| | | <script type="text/javascript" src="lib/js-hotkeys/jquery.hotkeys.min.js"></script> |
| | |
| | | <script type="text/javascript" src="lib/requestanimationframe.js"></script> |
| | | <script type="text/javascript" src="lib/taphold.js"></script> |
| | | <script type="text/javascript" src="lib/filesaver.js"></script> |
| | | <!--{endif}--> |
| | | <!--{endif}--> |
| | | |
| | | |
| | | <title>Method Draw</title> |
| | | <title>Method Draw</title> |
| | | </head> |
| | | <body > |
| | | <div id="svg_editor"> |
| | | |
| | | <div id="rulers"> |
| | | <div id="ruler_corner"></div> |
| | | <div id="ruler_x"> |
| | | <div id="ruler_x_cursor"></div> |
| | | <div> |
| | | <canvas height="15"></canvas> |
| | | </div> |
| | | </div> |
| | | <div id="ruler_y"> |
| | | <div id="ruler_y_cursor"></div> |
| | | <div> |
| | | <canvas width="15"></canvas> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | <div id="workarea"> |
| | | <div id="svgcanvas" style="position:relative"> |
| | | |
| | | </div> |
| | | </div> |
| | | v |
| | | <div id="menu_bar"> |
| | | <a class="menu"> |
| | | <div class="menu_title" id="logo"></div> |
| | | <div class="menu_list"> |
| | | <div id="tool_about" class="menu_item">About this Editor...</div> |
| | | <div class="separator"></div> |
| | | <div id="tool_about" class="menu_item">Keyboard Shortcuts...</div> |
| | | </div> |
| | | </a> |
| | | |
| | | <div style="opacity: 0" class="menu"> |
| | | <div class="menu_title">File</div> |
| | | <div class="menu_list" id="file_menu"> |
| | | <div id="tool_clear" class="menu_item">New Document</div> |
| | | <div id="tool_open" class="menu_item" style="display: none;"><div id="fileinputs"></div>Open SVG...</div> |
| | | <div id="tool_import" class="menu_item" style="display: none;"><div id="fileinputs_import"></div>Import Image...</div> |
| | | <div id="tool_save" class="menu_item">Save Image... <span class="shortcut">⌘S</span></div> |
| | | <div id="tool_export" class="menu_item">Export as PNG</div> |
| | | </div> |
| | | </div> |
| | | |
| | | <div style="opacity: 0" class="menu"> |
| | | <div class="menu_title">Edit</div> |
| | | <div class="menu_list" id="edit_menu"> |
| | | <div class="menu_item" id="tool_undo">Undo <span class="shortcut">⌘Z</span></div> |
| | | <div class="menu_item" id="tool_redo">Redo <span class="shortcut">⌘Y</span></div> |
| | | <div class="separator"></div> |
| | | <div class="menu_item action_selected disabled" id="tool_cut">Cut <span class="shortcut">⌘X</span></div> |
| | | <div class="menu_item action_selected disabled" id="tool_copy">Copy <span class="shortcut">⌘C</span></div> |
| | | <div class="menu_item action_selected disabled" id="tool_paste">Paste <span class="shortcut">⌘V</span></div> |
| | | <div class="menu_item action_selected disabled" id="tool_clone">Duplicate <span class="shortcut">⌘D</span></div> |
| | | <div class="menu_item action_selected disabled" id="tool_delete">Delete <span>⌫</span></div> |
| | | </div> |
| | | </div> |
| | | |
| | | <div style="opacity: 0" class="menu"> |
| | | <div class="menu_title">Object</div> |
| | | <div class="menu_list" id="object_menu"> |
| | | <div class="menu_item action_selected disabled" id="tool_move_top">Bring to Front <span class="shortcut">⌘⇧↑</span></div> |
| | | <div class="menu_item action_selected disabled" id="tool_move_up">Bring Forward <span class="shortcut">⌘↑</span></div> |
| | | <div class="menu_item action_selected disabled" id="tool_move_down">Send Backward <span class="shortcut">⌘↓</span></div> |
| | | <div class="menu_item action_selected disabled" id="tool_move_bottom">Send to Back <span class="shortcut">⌘⇧↓</span></div> |
| | | <div class="separator"></div> |
| | | <div class="menu_item action_multi_selected disabled" id="tool_group">Group Elements <span class="shortcut">⌘G</span></div> |
| | | <div class="menu_item action_group_selected disabled" id="tool_ungroup">Ungroup Elements <span class="shortcut">⌘⇧G</span></div> |
| | | <div class="separator"></div> |
| | | <div class="menu_item action_path_convert_selected disabled" id="tool_topath">Convert to Path</div> |
| | | <div class="menu_item action_path_selected disabled" id="tool_reorient">Reorient path</div> |
| | | </div> |
| | | </div> |
| | | |
| | | <div style="opacity: 0" class="menu"> |
| | | <div class="menu_title">View</div> |
| | | <div class="menu_list" id="view_menu"> |
| | | <div class="menu_item push_button_pressed" id="tool_rulers">View Rulers</div> |
| | | <div class="menu_item" id="tool_wireframe">View Wireframe</div> |
| | | <div class="menu_item" id="tool_snap">Snap to Grid</div> |
| | | <div class="separator"></div> |
| | | <div class="menu_item" id="tool_source">Source... <span class="shortcut">⌘U</span></div> |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | </div> |
| | | |
| | | <div id="tools_top" class="tools_panel"> |
| | | |
| | | <div id="canvas_panel" class="context_panel"> |
| | | |
| | | <h4 class="clearfix">画布</h4> |
| | | |
| | | <label data-title="Change canvas width"> |
| | | <input size="3" id="canvas_width" type="text" pattern="[0-9]*" /> |
| | | <span class="icon_label">宽度</span> |
| | | </label> |
| | | <label data-title="Change canvas height"> |
| | | <input id="canvas_height" size="3" type="text" pattern="[0-9]*" /> |
| | | <span class="icon_label">高度</span> |
| | | </label> |
| | | |
| | | |
| | | <label data-title="Change canvas color" class="draginput"> |
| | | <span>颜色</span> |
| | | <div id="color_canvas_tools"> |
| | | <div class="color_tool active" id="tool_canvas"> |
| | | <div class="color_block"> |
| | | <div id="canvas_bg"></div> |
| | | <div id="canvas_color"></div> |
| | | </div> |
| | | </div> |
| | | <div id="rulers"> |
| | | <div id="ruler_corner"></div> |
| | | <div id="ruler_x"> |
| | | <div id="ruler_x_cursor"></div> |
| | | <div> |
| | | <canvas height="15"></canvas> |
| | | </div> |
| | | </label> |
| | | </div> |
| | | <div id="ruler_y"> |
| | | <div id="ruler_y_cursor"></div> |
| | | <div> |
| | | <canvas width="15"></canvas> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="draginput"> |
| | | <span>画布大小</span> |
| | | <select id="resolution"> |
| | | <option id="selectedPredefined" selected="selected">默认</option> |
| | | <option>640x480</option> |
| | | <option>800x600</option> |
| | | <option>1024x768</option> |
| | | <option>1280x960</option> |
| | | <option>1600x1200</option> |
| | | <option id="fitToContent" value="content">适应内容</option> |
| | | </select> |
| | | <div class="caret"></div> |
| | | <label id="resolution_label">默认</label> |
| | | <div id="workarea"> |
| | | <div id="svgcanvas" style="position:relative"> |
| | | |
| | | </div> |
| | | </div> |
| | | |
| | | <div id="menu_bar"> |
| | | <!-- <a class="menu">--> |
| | | <!-- <div class="menu_title" id="logo"></div>--> |
| | | <!-- <div class="menu_list">--> |
| | | <!-- <div id="tool_about" class="menu_item">About this Editor...</div>--> |
| | | <!-- <div class="separator"></div>--> |
| | | <!-- <div id="tool_about" class="menu_item">Keyboard Shortcuts...</div>--> |
| | | <!-- </div>--> |
| | | <!-- </a>--> |
| | | |
| | | <div style="opacity: 0" class="menu"> |
| | | <div class="menu_title">File</div> |
| | | <div class="menu_list" id="file_menu"> |
| | | <div id="tool_clear" class="menu_item">New Document</div> |
| | | <div id="tool_open" class="menu_item" style="display: none;"><div id="fileinputs"></div>Open SVG...</div> |
| | | <div id="tool_import" class="menu_item" style="display: none;"><div id="fileinputs_import"></div>Import Image...</div> |
| | | <div id="tool_save" class="menu_item">Save Image... <span class="shortcut">⌘S</span></div> |
| | | <div id="tool_export" class="menu_item">Export as PNG</div> |
| | | </div> |
| | | </div> |
| | | |
| | | <div style="opacity: 0" class="menu"> |
| | | <div class="menu_title">Edit</div> |
| | | <div class="menu_list" id="edit_menu"> |
| | | <div class="menu_item" id="tool_undo">Undo <span class="shortcut">⌘Z</span></div> |
| | | <div class="menu_item" id="tool_redo">Redo <span class="shortcut">⌘Y</span></div> |
| | | <div class="separator"></div> |
| | | <div class="menu_item action_selected disabled" id="tool_cut">Cut <span class="shortcut">⌘X</span></div> |
| | | <div class="menu_item action_selected disabled" id="tool_copy">Copy <span class="shortcut">⌘C</span></div> |
| | | <div class="menu_item action_selected disabled" id="tool_paste">Paste <span class="shortcut">⌘V</span></div> |
| | | <div class="menu_item action_selected disabled" id="tool_clone">Duplicate <span class="shortcut">⌘D</span></div> |
| | | <div class="menu_item action_selected disabled" id="tool_delete">Delete <span>⌫</span></div> |
| | | </div> |
| | | </div> |
| | | |
| | | <div style="opacity: 0" class="menu"> |
| | | <div class="menu_title">Object</div> |
| | | <div class="menu_list" id="object_menu"> |
| | | <div class="menu_item action_selected disabled" id="tool_move_top">Bring to Front <span class="shortcut">⌘⇧↑</span></div> |
| | | <div class="menu_item action_selected disabled" id="tool_move_up">Bring Forward <span class="shortcut">⌘↑</span></div> |
| | | <div class="menu_item action_selected disabled" id="tool_move_down">Send Backward <span class="shortcut">⌘↓</span></div> |
| | | <div class="menu_item action_selected disabled" id="tool_move_bottom">Send to Back <span class="shortcut">⌘⇧↓</span></div> |
| | | <div class="separator"></div> |
| | | <div class="menu_item action_multi_selected disabled" id="tool_group">Group Elements <span class="shortcut">⌘G</span></div> |
| | | <div class="menu_item action_group_selected disabled" id="tool_ungroup">Ungroup Elements <span class="shortcut">⌘⇧G</span></div> |
| | | <div class="separator"></div> |
| | | <div class="menu_item action_path_convert_selected disabled" id="tool_topath">Convert to Path</div> |
| | | <div class="menu_item action_path_selected disabled" id="tool_reorient">Reorient path</div> |
| | | </div> |
| | | </div> |
| | | |
| | | <div style="opacity: 0" class="menu"> |
| | | <div class="menu_title">View</div> |
| | | <div class="menu_list" id="view_menu"> |
| | | <div class="menu_item push_button_pressed" id="tool_rulers">View Rulers</div> |
| | | <div class="menu_item" id="tool_wireframe">View Wireframe</div> |
| | | <div class="menu_item" id="tool_snap">Snap to Grid</div> |
| | | <div class="separator"></div> |
| | | <div class="menu_item" id="tool_source">Source... <span class="shortcut">⌘U</span></div> |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | </div> |
| | | |
| | | <div id="rect_panel" class="context_panel"> |
| | | <h4 class="clearfix">矩形</h4> |
| | | <label> |
| | | <input id="rect_x" class="attr_changer" data-title="Change X coordinate" size="3" data-attr="x" pattern="[0-9]*" /> |
| | | <span>X</span> |
| | | </label> |
| | | <label> |
| | | <input id="rect_y" class="attr_changer" data-title="Change Y coordinate" size="3" data-attr="y" pattern="[0-9]*" /> |
| | | <span>Y</span> |
| | | </label> |
| | | <label id="rect_width_tool attr_changer" data-title="Change rectangle width"> |
| | | <input id="rect_width" class="attr_changer" size="3" data-attr="width" type="text" pattern="[0-9]*" /> |
| | | <span class="icon_label">宽度</span> |
| | | </label> |
| | | <label id="rect_height_tool" data-title="Change rectangle height"> |
| | | <input id="rect_height" class="attr_changer" size="3" data-attr="height" type="text" pattern="[0-9]*" /> |
| | | <span class="icon_label">高度</span> |
| | | </label> |
| | | </div> |
| | | <div id="tools_top" class="tools_panel"> |
| | | |
| | | <div id="path_panel" class="context_panel clearfix"> |
| | | <h4 class="clearfix">路径</h4> |
| | | <label> |
| | | <input id="path_x" class="attr_changer" data-title="Change ellipse's cx coordinate" size="3" data-attr="x" pattern="[0-9]*" /> |
| | | <span>X</span> |
| | | </label> |
| | | <label> |
| | | <input id="path_y" class="attr_changer" data-title="Change ellipse's cy coordinate" size="3" data-attr="y" pattern="[0-9]*" /> |
| | | <span>Y</span> |
| | | </label> |
| | | </div> |
| | | <div id="canvas_panel" class="context_panel"> |
| | | |
| | | <div id="image_panel" class="context_panel clearfix"> |
| | | <h4>图片</h4> |
| | | <label> |
| | | <input id="image_x" class="attr_changer" data-title="Change X coordinate" size="3" data-attr="x" pattern="[0-9]*"/> |
| | | <span>X</span> |
| | | </label> |
| | | <label> |
| | | <input id="image_y" class="attr_changer" data-title="Change Y coordinate" size="3" data-attr="y" pattern="[0-9]*"/> |
| | | <span>Y</span> |
| | | </label> |
| | | <label> |
| | | <input id="image_width" class="attr_changer" data-title="Change image width" size="3" data-attr="width" pattern="[0-9]*" /> |
| | | <span class="icon_label">宽度</span> |
| | | </label> |
| | | <label> |
| | | <input id="image_height" class="attr_changer" data-title="Change image height" size="3" data-attr="height" pattern="[0-9]*" /> |
| | | <span class="icon_label">高度</span> |
| | | </label> |
| | | </div> |
| | | <h4 class="clearfix">画布</h4> |
| | | |
| | | <div id="circle_panel" class="context_panel"> |
| | | <h4>圆</h4> |
| | | <label id="tool_circle_cx"> |
| | | <span>中心X轴</span> |
| | | <input id="circle_cx" class="attr_changer" title="Change circle's cx coordinate" size="3" data-attr="cx"/> |
| | | </label> |
| | | <label id="tool_circle_cy"> |
| | | <span>中心Y轴</span> |
| | | <input id="circle_cy" class="attr_changer" title="Change circle's cy coordinate" size="3" data-attr="cy"/> |
| | | </label> |
| | | <label id="tool_circle_r"> |
| | | <span>半径</span> |
| | | <input id="circle_r" class="attr_changer" title="Change circle's radius" size="3" data-attr="r"/> |
| | | </label> |
| | | </div> |
| | | <label data-title="Change canvas width"> |
| | | <input size="3" id="canvas_width" type="text" pattern="[0-9]*" /> |
| | | <span class="icon_label">宽度</span> |
| | | </label> |
| | | <label data-title="Change canvas height"> |
| | | <input id="canvas_height" size="3" type="text" pattern="[0-9]*" /> |
| | | <span class="icon_label">高度</span> |
| | | </label> |
| | | |
| | | <div id="ellipse_panel" class="context_panel clearfix"> |
| | | <h4>椭圆</h4> |
| | | <label id="tool_ellipse_cx"> |
| | | <input id="ellipse_cx" class="attr_changer" data-title="Change ellipse's cx coordinate" size="3" data-attr="cx" pattern="[0-9]*" /> |
| | | <span>X</span> |
| | | </label> |
| | | <label id="tool_ellipse_cy"> |
| | | <input id="ellipse_cy" class="attr_changer" data-title="Change ellipse's cy coordinate" size="3" data-attr="cy" pattern="[0-9]*" /> |
| | | <span>Y</span> |
| | | </label> |
| | | <label id="tool_ellipse_rx"> |
| | | <input id="ellipse_rx" class="attr_changer" data-title="Change ellipse's x radius" size="3" data-attr="rx" pattern="[0-9]*" /> |
| | | <span>半径X</span> |
| | | </label> |
| | | <label id="tool_ellipse_ry"> |
| | | <input id="ellipse_ry" class="attr_changer" data-title="Change ellipse's y radius" size="3" data-attr="ry" pattern="[0-9]*" /> |
| | | <span>半径Y</span> |
| | | </label> |
| | | </div> |
| | | |
| | | <div id="line_panel" class="context_panel clearfix"> |
| | | <h4>线条</h4> |
| | | <label id="tool_line_x1"> |
| | | <input id="line_x1" class="attr_changer" data-title="Change line's starting x coordinate" size="3" data-attr="x1" pattern="[0-9]*" /> |
| | | <span>左上X轴</span> |
| | | </label> |
| | | <label id="tool_line_y1"> |
| | | <input id="line_y1" class="attr_changer" data-title="Change line's starting y coordinate" size="3" data-attr="y1" pattern="[0-9]*" /> |
| | | <span>左上Y轴</span> |
| | | </label> |
| | | <label id="tool_line_x2"> |
| | | <input id="line_x2" class="attr_changer" data-title="Change line's ending x coordinate" size="3" data-attr="x2" pattern="[0-9]*" /> |
| | | <span>右下X轴</span> |
| | | </label> |
| | | <label id="tool_line_y2"> |
| | | <input id="line_y2" class="attr_changer" data-title="Change line's ending y coordinate" size="3" data-attr="y2" pattern="[0-9]*" /> |
| | | <span>右下Y轴</span> |
| | | </label> |
| | | </div> |
| | | <!-- <label data-title="Change canvas color" class="draginput">--> |
| | | <!-- <span>颜色</span>--> |
| | | <!-- <div id="color_canvas_tools">--> |
| | | <!-- <div class="color_tool active" id="tool_canvas">--> |
| | | <!-- <div class="color_block">--> |
| | | <!-- <div id="canvas_bg"></div>--> |
| | | <!-- <div id="canvas_color"></div>--> |
| | | <!-- </div>--> |
| | | <!-- </div>--> |
| | | <!-- </div>--> |
| | | <!-- </label>--> |
| | | |
| | | <div id="text_panel" class="context_panel"> |
| | | <h4>文本</h4> |
| | | <label> |
| | | <input id="text_x" class="attr_changer" data-title="Change text x coordinate" size="3" data-attr="x" pattern="[0-9]*" /> |
| | | <span>X</span> |
| | | </label> |
| | | <label> |
| | | <input id="text_y" class="attr_changer" data-title="Change text y coordinate" size="3" data-attr="y" pattern="[0-9]*" /> |
| | | <span>Y</span> |
| | | </label> |
| | | <div class="draginput"> |
| | | <span>画布大小</span> |
| | | <select id="resolution"> |
| | | <option id="selectedPredefined" selected="selected">默认</option> |
| | | <option>200x200</option> |
| | | <option>640x480</option> |
| | | <option>800x600</option> |
| | | <option>1024x768</option> |
| | | <option>1280x960</option> |
| | | <option>1600x1200</option> |
| | | <option id="fitToContent" value="content">适应内容</option> |
| | | </select> |
| | | <div class="caret"></div> |
| | | <label id="resolution_label">默认</label> |
| | | </div> |
| | | |
| | | <div class="toolset draginput select twocol" id="tool_font_family"> |
| | | </div> |
| | | |
| | | <div id="rect_panel" class="context_panel"> |
| | | <h4 class="clearfix">矩形</h4> |
| | | <label> |
| | | <input id="rect_x" class="attr_changer" data-title="Change X coordinate" size="3" data-attr="x" pattern="[0-9]*" /> |
| | | <span>X</span> |
| | | </label> |
| | | <label> |
| | | <input id="rect_y" class="attr_changer" data-title="Change Y coordinate" size="3" data-attr="y" pattern="[0-9]*" /> |
| | | <span>Y</span> |
| | | </label> |
| | | <label id="rect_width_tool attr_changer" data-title="Change rectangle width"> |
| | | <input id="rect_width" class="attr_changer" size="3" data-attr="width" type="text" pattern="[0-9]*" /> |
| | | <span class="icon_label">宽度</span> |
| | | </label> |
| | | <label id="rect_height_tool" data-title="Change rectangle height"> |
| | | <input id="rect_height" class="attr_changer" size="3" data-attr="height" type="text" pattern="[0-9]*" /> |
| | | <span class="icon_label">高度</span> |
| | | </label> |
| | | </div> |
| | | |
| | | <div id="path_panel" class="context_panel clearfix"> |
| | | <h4 class="clearfix">路径</h4> |
| | | <label> |
| | | <input id="path_x" class="attr_changer" data-title="Change ellipse's cx coordinate" size="3" data-attr="x" pattern="[0-9]*" /> |
| | | <span>X</span> |
| | | </label> |
| | | <label> |
| | | <input id="path_y" class="attr_changer" data-title="Change ellipse's cy coordinate" size="3" data-attr="y" pattern="[0-9]*" /> |
| | | <span>Y</span> |
| | | </label> |
| | | </div> |
| | | |
| | | <div id="image_panel" class="context_panel clearfix"> |
| | | <h4>图片</h4> |
| | | <label> |
| | | <input id="image_x" class="attr_changer" data-title="Change X coordinate" size="3" data-attr="x" pattern="[0-9]*"/> |
| | | <span>X</span> |
| | | </label> |
| | | <label> |
| | | <input id="image_y" class="attr_changer" data-title="Change Y coordinate" size="3" data-attr="y" pattern="[0-9]*"/> |
| | | <span>Y</span> |
| | | </label> |
| | | <label> |
| | | <input id="image_width" class="attr_changer" data-title="Change image width" size="3" data-attr="width" pattern="[0-9]*" /> |
| | | <span class="icon_label">宽度</span> |
| | | </label> |
| | | <label> |
| | | <input id="image_height" class="attr_changer" data-title="Change image height" size="3" data-attr="height" pattern="[0-9]*" /> |
| | | <span class="icon_label">高度</span> |
| | | </label> |
| | | </div> |
| | | |
| | | <div id="circle_panel" class="context_panel"> |
| | | <h4>圆</h4> |
| | | <label id="tool_circle_cx"> |
| | | <span>中心X轴</span> |
| | | <input id="circle_cx" class="attr_changer" title="Change circle's cx coordinate" size="3" data-attr="cx"/> |
| | | </label> |
| | | <label id="tool_circle_cy"> |
| | | <span>中心Y轴</span> |
| | | <input id="circle_cy" class="attr_changer" title="Change circle's cy coordinate" size="3" data-attr="cy"/> |
| | | </label> |
| | | <label id="tool_circle_r"> |
| | | <span>半径</span> |
| | | <input id="circle_r" class="attr_changer" title="Change circle's radius" size="3" data-attr="r"/> |
| | | </label> |
| | | </div> |
| | | |
| | | <div id="ellipse_panel" class="context_panel clearfix"> |
| | | <h4>椭圆</h4> |
| | | <label id="tool_ellipse_cx"> |
| | | <input id="ellipse_cx" class="attr_changer" data-title="Change ellipse's cx coordinate" size="3" data-attr="cx" pattern="[0-9]*" /> |
| | | <span>X</span> |
| | | </label> |
| | | <label id="tool_ellipse_cy"> |
| | | <input id="ellipse_cy" class="attr_changer" data-title="Change ellipse's cy coordinate" size="3" data-attr="cy" pattern="[0-9]*" /> |
| | | <span>Y</span> |
| | | </label> |
| | | <label id="tool_ellipse_rx"> |
| | | <input id="ellipse_rx" class="attr_changer" data-title="Change ellipse's x radius" size="3" data-attr="rx" pattern="[0-9]*" /> |
| | | <span>半径X</span> |
| | | </label> |
| | | <label id="tool_ellipse_ry"> |
| | | <input id="ellipse_ry" class="attr_changer" data-title="Change ellipse's y radius" size="3" data-attr="ry" pattern="[0-9]*" /> |
| | | <span>半径Y</span> |
| | | </label> |
| | | </div> |
| | | |
| | | <div id="line_panel" class="context_panel clearfix"> |
| | | <h4>线条</h4> |
| | | <label id="tool_line_x1"> |
| | | <input id="line_x1" class="attr_changer" data-title="Change line's starting x coordinate" size="3" data-attr="x1" pattern="[0-9]*" /> |
| | | <span>左上X轴</span> |
| | | </label> |
| | | <label id="tool_line_y1"> |
| | | <input id="line_y1" class="attr_changer" data-title="Change line's starting y coordinate" size="3" data-attr="y1" pattern="[0-9]*" /> |
| | | <span>左上Y轴</span> |
| | | </label> |
| | | <label id="tool_line_x2"> |
| | | <input id="line_x2" class="attr_changer" data-title="Change line's ending x coordinate" size="3" data-attr="x2" pattern="[0-9]*" /> |
| | | <span>右下X轴</span> |
| | | </label> |
| | | <label id="tool_line_y2"> |
| | | <input id="line_y2" class="attr_changer" data-title="Change line's ending y coordinate" size="3" data-attr="y2" pattern="[0-9]*" /> |
| | | <span>右下Y轴</span> |
| | | </label> |
| | | </div> |
| | | |
| | | <div id="text_panel" class="context_panel"> |
| | | <h4>文本</h4> |
| | | <label> |
| | | <input id="text_x" class="attr_changer" data-title="Change text x coordinate" size="3" data-attr="x" pattern="[0-9]*" /> |
| | | <span>X</span> |
| | | </label> |
| | | <label> |
| | | <input id="text_y" class="attr_changer" data-title="Change text y coordinate" size="3" data-attr="y" pattern="[0-9]*" /> |
| | | <span>Y</span> |
| | | </label> |
| | | |
| | | <div class="toolset draginput select twocol" id="tool_font_family"> |
| | | <!-- Font family --> |
| | | <span>字体</span> |
| | | <div id="preview_font" style="font-family: Helvetica, Arial, sans-serif;">Helvetica</div> |
| | | <div class="caret"></div> |
| | | <input id="font_family" data-title="Change Font Family" size="12" type="hidden" /> |
| | | <select id="font_family_dropdown"> |
| | | <span>字体</span> |
| | | <div id="preview_font" style="font-family: Helvetica, Arial, sans-serif;">Helvetica</div> |
| | | <div class="caret"></div> |
| | | <input id="font_family" data-title="Change Font Family" size="12" type="hidden" /> |
| | | <select id="font_family_dropdown"> |
| | | <option value="Arvo, sans-serif">Arvo</option> |
| | | <option value="'Courier New', Courier, monospace">Courier</option> |
| | | <option value="Euphoria, sans-serif">Euphoria</option> |
| | |
| | | <option value="'Shadows Into Light', serif">Shadows Into Light</option> |
| | | <option value="'Simonetta', serif">Simonetta</option> |
| | | <option value="'Times New Roman', Times, serif">Times</option> |
| | | </select> |
| | | <div class="tool_button" id="tool_bold" data-title="Bold Text [B]">B</div> |
| | | <div class="tool_button" id="tool_italic" data-title="Italic Text [I]">i</div> |
| | | </div> |
| | | |
| | | <label id="tool_font_size" data-title="Change Font Size"> |
| | | <input id="font_size" size="3" value="0" /> |
| | | <span id="font_sizeLabel" class="icon_label">字体大小</span> |
| | | </label> |
| | | <!-- Not visible, but still used --> |
| | | <input id="text" type="text" size="35"/> |
| | | </div> |
| | | |
| | | <!-- formerly gsvg_panel --> |
| | | <div id="container_panel" class="context_panel clearfix"> |
| | | </div> |
| | | |
| | | <div id="use_panel" class="context_panel clearfix"> |
| | | <div class="tool_button clearfix" id="tool_unlink_use" data-title="Break link to reference element (make unique)">Break link reference</div> |
| | | </div> |
| | | |
| | | <div id="g_panel" class="context_panel clearfix"> |
| | | <h4>组合</h4> |
| | | <label> |
| | | <input id="g_x" class="attr_changer" data-title="Change groups's x coordinate" size="3" data-attr="x" pattern="[0-9]*" /> |
| | | <span>X</span> |
| | | </label> |
| | | <label> |
| | | <input id="g_y" class="attr_changer" data-title="Change groups's y coordinate" size="3" data-attr="y" pattern="[0-9]*" /> |
| | | <span>Y</span> |
| | | </label> |
| | | </div> |
| | | |
| | | <div id="path_node_panel" class="context_panel clearfix"> |
| | | <h4>编辑路径</h4> |
| | | |
| | | <label id="tool_node_x"> |
| | | <input id="path_node_x" class="attr_changer" data-title="Change node's x coordinate" size="3" data-attr="x" /> |
| | | <span>X</span> |
| | | </label> |
| | | <label id="tool_node_y"> |
| | | <input id="path_node_y" class="attr_changer" data-title="Change node's y coordinate" size="3" data-attr="y" /> |
| | | <span>Y</span> |
| | | </label> |
| | | |
| | | <div id="segment_type" class="draginput label"> |
| | | <span>分段类型</span> |
| | | <select id="seg_type" data-title="Change Segment type"> |
| | | <option id="straight_segments" selected="selected" value="4">直线</option> |
| | | <option id="curve_segments" value="6">曲线</option> |
| | | </select> |
| | | <div class="caret"></div> |
| | | <label id="seg_type_label">直线</label> |
| | | </div> |
| | | |
| | | <!-- |
| | | <label class="draginput checkbox" data-title="Link Control Points"> |
| | | <span>Linked Control Points</span> |
| | | <div class="push_bottom"><input type="checkbox" id="tool_node_link" checked="checked" /></div> |
| | | </label> |
| | | --> |
| | | |
| | | <div class="clearfix"></div> |
| | | <div class="tool_button" id="tool_node_clone" title="Adds a node">添加节点</div> |
| | | <div class="tool_button" id="tool_node_delete" title="Delete Node">删除节点</div> |
| | | <div class="tool_button" id="tool_openclose_path" title="Open/close sub-path">打开路径</div> |
| | | <!--<div class="tool_button" id="tool_add_subpath" title="Add sub-path"></div>--> |
| | | </div> |
| | | |
| | | <!-- Buttons when a single element is selected --> |
| | | <div id="selected_panel" class="context_panel"> |
| | | |
| | | <label id="tool_angle" data-title="Change rotation angle" class="draginput"> |
| | | <input id="angle" class="attr_changer" size="2" value="0" data-attr="transform" data-min="-180" data-max="180" type="text"/> |
| | | <span class="icon_label">旋转</span> |
| | | <div id="tool_angle_indicator"> |
| | | <div id="tool_angle_indicator_cursor"></div> |
| | | </select> |
| | | <div class="tool_button" id="tool_bold" data-title="Bold Text [B]">B</div> |
| | | <div class="tool_button" id="tool_italic" data-title="Italic Text [I]">i</div> |
| | | </div> |
| | | </label> |
| | | |
| | | <label id="tool_font_size" data-title="Change Font Size"> |
| | | <input id="font_size" size="3" value="0" /> |
| | | <span id="font_sizeLabel" class="icon_label">字体大小</span> |
| | | </label> |
| | | <!-- Not visible, but still used --> |
| | | <input id="text" type="text" size="35"/> |
| | | </div> |
| | | |
| | | <!-- formerly gsvg_panel --> |
| | | <div id="container_panel" class="context_panel clearfix"> |
| | | </div> |
| | | |
| | | <div id="use_panel" class="context_panel clearfix"> |
| | | <div class="tool_button clearfix" id="tool_unlink_use" data-title="Break link to reference element (make unique)">Break link reference</div> |
| | | </div> |
| | | |
| | | <div id="g_panel" class="context_panel clearfix"> |
| | | <h4>组合</h4> |
| | | <label> |
| | | <input id="g_x" class="attr_changer" data-title="Change groups's x coordinate" size="3" data-attr="x" pattern="[0-9]*" /> |
| | | <span>X</span> |
| | | </label> |
| | | <label> |
| | | <input id="g_y" class="attr_changer" data-title="Change groups's y coordinate" size="3" data-attr="y" pattern="[0-9]*" /> |
| | | <span>Y</span> |
| | | </label> |
| | | </div> |
| | | |
| | | <div id="path_node_panel" class="context_panel clearfix"> |
| | | <h4>编辑路径</h4> |
| | | |
| | | <label id="tool_node_x"> |
| | | <input id="path_node_x" class="attr_changer" data-title="Change node's x coordinate" size="3" data-attr="x" /> |
| | | <span>X</span> |
| | | </label> |
| | | <label id="tool_node_y"> |
| | | <input id="path_node_y" class="attr_changer" data-title="Change node's y coordinate" size="3" data-attr="y" /> |
| | | <span>Y</span> |
| | | </label> |
| | | |
| | | <div id="segment_type" class="draginput label"> |
| | | <span>分段类型</span> |
| | | <select id="seg_type" data-title="Change Segment type"> |
| | | <option id="straight_segments" selected="selected" value="4">直线</option> |
| | | <option id="curve_segments" value="6">曲线</option> |
| | | </select> |
| | | <div class="caret"></div> |
| | | <label id="seg_type_label">直线</label> |
| | | </div> |
| | | |
| | | <!-- |
| | | <label class="draginput checkbox" data-title="Link Control Points"> |
| | | <span>Linked Control Points</span> |
| | | <div class="push_bottom"><input type="checkbox" id="tool_node_link" checked="checked" /></div> |
| | | </label> |
| | | --> |
| | | |
| | | <div class="clearfix"></div> |
| | | <div class="tool_button" id="tool_node_clone" title="Adds a node">添加节点</div> |
| | | <div class="tool_button" id="tool_node_delete" title="Delete Node">删除节点</div> |
| | | <div class="tool_button" id="tool_openclose_path" title="Open/close sub-path">打开路径</div> |
| | | <!--<div class="tool_button" id="tool_add_subpath" title="Add sub-path"></div>--> |
| | | </div> |
| | | |
| | | <!-- Buttons when a single element is selected --> |
| | | <div id="selected_panel" class="context_panel"> |
| | | |
| | | <label id="tool_angle" data-title="Change rotation angle" class="draginput"> |
| | | <input id="angle" class="attr_changer" size="2" value="0" data-attr="transform" data-min="-180" data-max="180" type="text"/> |
| | | <span class="icon_label">旋转</span> |
| | | <div id="tool_angle_indicator"> |
| | | <div id="tool_angle_indicator_cursor"></div> |
| | | </div> |
| | | </label> |
| | | |
| | | <label class="toolset" id="tool_opacity" data-title="Change selected item opacity"> |
| | | <input id="group_opacity" class="attr_changer" data-attr="opacity" data-multiplier="0.01" size="3" value="100" step="5" min="0" max="100" /> |
| | | <span id="group_opacityLabel" class="icon_label">透明度</span> |
| | | </label> |
| | | |
| | | <div class="toolset" id="tool_blur" data-title="Change gaussian blur value"> |
| | | <label> |
| | | <input id="blur" size="2" value="0" step=".1" min="0" max="10" /> |
| | | <span class="icon_label">模糊度</span> |
| | | <div class="toolset" id="tool_blur" data-title="Change gaussian blur value"> |
| | | <label> |
| | | <input id="blur" size="2" value="0" step=".1" min="0" max="10" /> |
| | | <span class="icon_label">模糊度</span> |
| | | </label> |
| | | </div> |
| | | |
| | | <label id="cornerRadiusLabel" data-title="Change Rectangle Corner Radius"> |
| | | <input id="rect_rx" size="3" value="0" data-attr="rx" class="attr_changer" type="text" pattern="[0-9]*" /> |
| | | <span class="icon_label">圆度</span> |
| | | </label> |
| | | </div> |
| | | |
| | | <label id="cornerRadiusLabel" data-title="Change Rectangle Corner Radius"> |
| | | <input id="rect_rx" size="3" value="0" data-attr="rx" class="attr_changer" type="text" pattern="[0-9]*" /> |
| | | <span class="icon_label">圆度</span> |
| | | </label> |
| | | |
| | | <div class="clearfix"></div> |
| | | <div id="align_tools"> |
| | | <h4>对齐方式</h4> |
| | | <div class="toolset align_buttons" id="tool_position"> |
| | | <div class="clearfix"></div> |
| | | <div id="align_tools"> |
| | | <h4>对齐方式</h4> |
| | | <div class="toolset align_buttons" id="tool_position"> |
| | | <label> |
| | | <div class="col last clear" id="position_opts"> |
| | | <div class="draginput_cell" id="tool_posleft" title="左对齐"></div> |
| | |
| | | <div class="draginput_cell" id="tool_posbottom" title="下对齐"></div> |
| | | </div> |
| | | </label> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | <!-- Buttons when multiple elements are selected --> |
| | | <div id="multiselected_panel" class="context_panel clearfix"> |
| | | <h4 class="hidable">对齐方式</h4> |
| | | <!-- Buttons when multiple elements are selected --> |
| | | <div id="multiselected_panel" class="context_panel clearfix"> |
| | | <h4 class="hidable">对齐方式</h4> |
| | | |
| | | <div class="toolset align_buttons" style="position: relative"> |
| | | <label id="tool_align_relative" style="margin-top: 10px;"> |
| | | <select id="align_relative_to" title="Align relative to ..."> |
| | | <option id="selected_objects" value="selected">与对象对齐</option> |
| | | <option id="page" value="page">与页面对齐</option> |
| | | </select> |
| | | </label> |
| | | <h4>.</h4> |
| | | <div class="toolset align_buttons" style="position: relative"> |
| | | <label id="tool_align_relative" style="margin-top: 10px;"> |
| | | <select id="align_relative_to" title="Align relative to ..."> |
| | | <option id="selected_objects" value="selected">与对象对齐</option> |
| | | <option id="page" value="page">与页面对齐</option> |
| | | </select> |
| | | </label> |
| | | <h4>.</h4> |
| | | <div class="col last clear"> |
| | | <div class="draginput_cell" id="tool_alignleft" title="左对齐"></div> |
| | | <div class="draginput_cell" id="tool_aligncenter" title="水平居中"></div> |
| | |
| | | <div class="draginput_cell" id="tool_alignmiddle" title="垂直居中"></div> |
| | | <div class="draginput_cell" id="tool_alignbottom" title="下对齐"></div> |
| | | </div> |
| | | </div> |
| | | <div class="clearfix"></div> |
| | | |
| | | </div> |
| | | <div class="clearfix"></div> |
| | | |
| | | </div> |
| | | <div id="stroke_panel" class="context_panel clearfix"> |
| | | <div class="clearfix"></div> |
| | | <h4>边框</h4> |
| | | <div class="toolset" data-title="Change stroke"> |
| | | <label> |
| | | <input id="stroke_width" size="2" value="5" data-attr="stroke-width" min="0" max="99" step="1" /> |
| | | <span class="icon_label">边宽</span> |
| | | </label> |
| | | </div> |
| | | <div class="stroke_tool draginput"> |
| | | <span>线条样式</span> |
| | | <select id="stroke_style" data-title="Change stroke dash style"> |
| | | <option selected="selected" value="none">—</option> |
| | | <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> |
| | | <div class="caret"></div> |
| | | <label id="stroke_style_label">—</label> |
| | | </div> |
| | | |
| | | <div id="stroke_panel" class="context_panel clearfix"> |
| | | <div class="clearfix"></div> |
| | | <h4>边框</h4> |
| | | <div class="toolset" data-title="Change stroke"> |
| | | <label> |
| | | <input id="stroke_width" size="2" value="5" data-attr="stroke-width" min="0" max="99" step="1" /> |
| | | <span class="icon_label">边宽</span> |
| | | <label style="display: none;"> |
| | | <span class="icon_label">Stroke Join</span> |
| | | </label> |
| | | |
| | | <label style="display: none;"> |
| | | <span class="icon_label">Stroke Cap</span> |
| | | </label> |
| | | </div> |
| | | <div class="stroke_tool draginput"> |
| | | <span>线条样式</span> |
| | | <select id="stroke_style" data-title="Change stroke dash style"> |
| | | <option selected="selected" value="none">—</option> |
| | | <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> |
| | | <div class="caret"></div> |
| | | <label id="stroke_style_label">—</label> |
| | | </div> |
| | | |
| | | <label style="display: none;"> |
| | | <span class="icon_label">Stroke Join</span> |
| | | </label> |
| | | |
| | | <label style="display: none;"> |
| | | <span class="icon_label">Stroke Cap</span> |
| | | </label> |
| | | </div> |
| | | |
| | | </div> <!-- tools_top --> |
| | | </div> <!-- tools_top --> |
| | | <div id="cur_context_panel"> |
| | | |
| | | </div> |
| | | |
| | | |
| | | <div id="tools_left" class="tools_panel"> |
| | | <div class="tool_button" id="tool_select" title="选择工具[V]"></div> |
| | | <div class="tool_button" id="tool_fhpath" title="铅笔工具[P]"></div> |
| | | <div class="tool_button" id="tool_line" title="连线工具[L]"></div> |
| | | <div class="tool_button" id="tool_rect" title="方形/矩形 [R]"></div> |
| | | <div class="tool_button" id="tool_ellipse" title="椭圆/圆 [C]"></div> |
| | | <div class="tool_button" id="tool_path" title="路径工具 [P]"></div> |
| | | <div class="tool_button" id="tool_text" title="文本工具 [T]"></div> |
| | | <div class="tool_button" id="tool_zoom" title="缩放工具 [Z]"></div> |
| | | <div id="tools_left" class="tools_panel"> |
| | | <div class="tool_button" id="tool_select" title="选择工具[V]"></div> |
| | | <div class="tool_button" id="tool_fhpath" title="铅笔工具[P]"></div> |
| | | <div class="tool_button" id="tool_line" title="连线工具[L]"></div> |
| | | <div class="tool_button" id="tool_rect" title="方形/矩形 [R]"></div> |
| | | <div class="tool_button" id="tool_ellipse" title="椭圆/圆 [C]"></div> |
| | | <div class="tool_button" id="tool_path" title="路径工具 [P]"></div> |
| | | <div class="tool_button" id="tool_text" title="文本工具 [T]"></div> |
| | | <div class="tool_button" id="tool_zoom" title="缩放工具 [Z]"></div> |
| | | |
| | | <div id="color_tools"> |
| | | <div id="tool_switch" title="Switch stroke and fill colors [X]"></div> |
| | | <div class="color_tool active" id="tool_fill"> |
| | | <label class="icon_label" title="Change fill color"></label> |
| | | <div class="color_block"> |
| | | <div id="fill_bg"></div> |
| | | <div id="fill_color" class="color_block"></div> |
| | | </div> |
| | | <div id="color_tools"> |
| | | <div id="tool_switch" title="Switch stroke and fill colors [X]"></div> |
| | | <div class="color_tool active" id="tool_fill"> |
| | | <label class="icon_label" title="Change fill color"></label> |
| | | <div class="color_block"> |
| | | <div id="fill_bg"></div> |
| | | <div id="fill_color" class="color_block"></div> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="color_tool" id="tool_stroke"> |
| | | <label class="icon_label" title="Change stroke color"></label> |
| | | <div class="color_block"> |
| | | <div id="stroke_bg"></div> |
| | | <div id="stroke_color" class="color_block" title="Change stroke color"></div> |
| | | </div> |
| | | <div class="color_tool" id="tool_stroke"> |
| | | <label class="icon_label" title="Change stroke color"></label> |
| | | <div class="color_block"> |
| | | <div id="stroke_bg"></div> |
| | | <div id="stroke_color" class="color_block" title="Change stroke color"></div> |
| | | </div> |
| | | </div> |
| | | </div> <!-- tools_left --> |
| | | </div> |
| | | </div> |
| | | </div> <!-- tools_left --> |
| | | |
| | | <div id="tools_bottom" class="tools_panel"> |
| | | <div id="tools_bottom" class="tools_panel"> |
| | | |
| | | <!-- Zoom buttons --> |
| | | <div id="zoom_panel" class="toolset" title="Change zoom level"> |
| | | <div class="draginput select" id="zoom_label"> |
| | | <span id="zoomLabel" class="zoom_tool icon_label"></span> |
| | | <select id="zoom_select"> |
| | | <option value="6">6%</option> |
| | | <option value="12">12%</option> |
| | | <option value="16">16%</option> |
| | | <option value="25">25%</option> |
| | | <option value="50">50%</option> |
| | | <option value="75">75%</option> |
| | | <option value="100" selected="selected">100%</option> |
| | | <option value="150">150%</option> |
| | | <option value="200">200%</option> |
| | | <option value="300">300%</option> |
| | | <option value="400">400%</option> |
| | | <option value="600">600%</option> |
| | | <option value="800">800%</option> |
| | | <option value="1600">1600%</option> |
| | | </select> |
| | | <div class="caret"></div> |
| | | <input id="zoom" size="3" value="100%" type="text" readonly="readonly" /> |
| | | <div id="zoom_panel" class="toolset" title="Change zoom level"> |
| | | <div class="draginput select" id="zoom_label"> |
| | | <span id="zoomLabel" class="zoom_tool icon_label"></span> |
| | | <select id="zoom_select"> |
| | | <option value="6">6%</option> |
| | | <option value="12">12%</option> |
| | | <option value="16">16%</option> |
| | | <option value="25">25%</option> |
| | | <option value="50">50%</option> |
| | | <option value="75">75%</option> |
| | | <option value="100" selected="selected">100%</option> |
| | | <option value="150">150%</option> |
| | | <option value="200">200%</option> |
| | | <option value="300">300%</option> |
| | | <option value="400">400%</option> |
| | | <option value="600">600%</option> |
| | | <option value="800">800%</option> |
| | | <option value="1600">1600%</option> |
| | | </select> |
| | | <div class="caret"></div> |
| | | <input id="zoom" size="3" value="100%" type="text" readonly="readonly" /> |
| | | </div> |
| | | </div> |
| | | |
| | | <div id="tools_bottom_3"> |
| | | <div id="palette" title="Click to change fill color, shift-click to change stroke color"></div> |
| | | </div> |
| | | </div> |
| | | |
| | | <div id="tools_bottom_3"> |
| | | <div id="palette" title="Click to change fill color, shift-click to change stroke color"></div> |
| | | </div> |
| | | </div> |
| | | |
| | | <!-- hidden divs --> |
| | | <div id="color_picker"></div> |
| | | <!-- hidden divs --> |
| | | <div id="color_picker"></div> |
| | | |
| | | </div> <!-- svg_editor --> |
| | | |