Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
officejs
Commits
b3f57ff7
Commit
b3f57ff7
authored
Oct 15, 2011
by
Gabriel Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use spaces instead of tab
parent
799f4052
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
535 additions
and
535 deletions
+535
-535
UNGProject/svg-edit/svg-editor.html
UNGProject/svg-edit/svg-editor.html
+535
-535
No files found.
UNGProject/svg-edit/svg-editor.html
View file @
b3f57ff7
...
@@ -42,483 +42,483 @@
...
@@ -42,483 +42,483 @@
</div>
</div>
<div
id=
"sidepanels"
>
<div
id=
"sidepanels"
>
<div
id=
"layerpanel"
>
<div
id=
"layerpanel"
>
<h3
id=
"layersLabel"
>
Layers
</h3>
<h3
id=
"layersLabel"
>
Layers
</h3>
<fieldset
id=
"layerbuttons"
>
<fieldset
id=
"layerbuttons"
>
<legend>
layer buttons
</legend>
<legend>
layer buttons
</legend>
<div
id=
"layer_new"
class=
"layer_button"
title=
"New Layer"
></div>
<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_delete"
class=
"layer_button"
title=
"Delete Layer"
></div>
<div
id=
"layer_rename"
class=
"layer_button"
title=
"Rename 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_up"
class=
"layer_button"
title=
"Move Layer Up"
></div>
<div
id=
"layer_down"
class=
"layer_button"
title=
"Move Layer Down"
></div>
<div
id=
"layer_down"
class=
"layer_button"
title=
"Move Layer Down"
></div>
</fieldset>
</fieldset>
<table
id=
"layerlist"
>
<table
id=
"layerlist"
>
<tr
class=
"layer"
>
<tr
class=
"layer"
>
<td
class=
"layervis"
></td>
<td
class=
"layervis"
></td>
<td
class=
"layername"
>
Layer 1
</td>
<td
class=
"layername"
>
Layer 1
</td>
</tr>
</tr>
</table>
</table>
<span
id=
"selLayerLabel"
>
Move elements to:
</span>
<span
id=
"selLayerLabel"
>
Move elements to:
</span>
<select
id=
"selLayerNames"
title=
"Move selected elements to a different layer"
disabled=
"disabled"
>
<select
id=
"selLayerNames"
title=
"Move selected elements to a different layer"
disabled=
"disabled"
>
<option
selected=
"selected"
value=
"layer1"
>
Layer 1
</option>
<option
selected=
"selected"
value=
"layer1"
>
Layer 1
</option>
</select>
</select>
</div>
</div>
<div
id=
"sidepanel_handle"
title=
"Drag left/right to resize side panel [X]"
>
L a y e r s
</div>
<div
id=
"sidepanel_handle"
title=
"Drag left/right to resize side panel [X]"
>
L a y e r s
</div>
</div>
</div>
<div
id=
"main_button"
>
<div
id=
"main_button"
>
<div
id=
"main_icon"
class=
"buttonup"
title=
"Main Menu"
>
<div
id=
"main_icon"
class=
"buttonup"
title=
"Main Menu"
>
<span></span>
<span></span>
<div
id=
"logo"
></div>
<div
id=
"logo"
></div>
<div
class=
"dropdown"
></div>
<div
class=
"dropdown"
></div>
</div>
</div>
<div
id=
"main_menu"
>
<div
id=
"main_menu"
>
<!-- File-like buttons: New, Save, Source -->
<!-- File-like buttons: New, Save, Source -->
<ul>
<ul>
<li
id=
"tool_clear"
>
<li
id=
"tool_clear"
>
<div></div>
<div></div>
New Image [N]
New Image [N]
</li>
</li>
<li
id=
"tool_open"
style=
"display:none;"
>
<li
id=
"tool_open"
style=
"display:none;"
>
<div
id=
"fileinputs"
>
<div
id=
"fileinputs"
>
<div></div>
<div></div>
</div>
</div>
Open Image [O]
Open Image [O]
</li>
</li>
<li
id=
"tool_import"
style=
"display:none;"
>
<li
id=
"tool_import"
style=
"display:none;"
>
<div
id=
"fileinputs_import"
>
<div
id=
"fileinputs_import"
>
<div></div>
<div></div>
</div>
</div>
Import SVG
Import SVG
</li>
</li>
<li
id=
"tool_save"
>
<li
id=
"tool_save"
>
<div></div>
<div></div>
Save Image [S]
Save Image [S]
</li>
</li>
<li
id=
"tool_export"
>
<li
id=
"tool_export"
>
<div></div>
<div></div>
Export as PNG
Export as PNG
</li>
</li>
<li
id=
"tool_docprops"
>
<li
id=
"tool_docprops"
>
<div></div>
<div></div>
Document Properties [I]
Document Properties [I]
</li>
</li>
</ul>
</ul>
<p>
<p>
<a
href=
"http://svg-edit.googlecode.com/"
target=
"_blank"
>
<a
href=
"http://svg-edit.googlecode.com/"
target=
"_blank"
>
SVG-edit Home Page
SVG-edit Home Page
</a>
</a>
</p>
</p>
</div>
</div>
</div>
</div>
<div
id=
"tools_top"
class=
"tools_panel"
>
<div
id=
"tools_top"
class=
"tools_panel"
>
<div
id=
"editor_panel"
>
<div
id=
"editor_panel"
>
<div
class=
"push_button"
id=
"tool_source"
title=
"Edit Source [U]"
></div>
<div
class=
"push_button"
id=
"tool_source"
title=
"Edit Source [U]"
></div>
<div
class=
"tool_button"
id=
"tool_wireframe"
title=
"Wireframe Mode [F]"
></div>
<div
class=
"tool_button"
id=
"tool_wireframe"
title=
"Wireframe Mode [F]"
></div>
</div>
</div>
<!-- History buttons -->
<!-- History buttons -->
<div
id=
"history_panel"
>
<div
id=
"history_panel"
>
<div
class=
"tool_sep"
></div>
<div
class=
"tool_sep"
></div>
<div
class=
"push_button tool_button_disabled"
id=
"tool_undo"
title=
"Undo [Z]"
></div>
<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>
<div
class=
"push_button tool_button_disabled"
id=
"tool_redo"
title=
"Redo [Y]"
></div>
</div>
</div>
<!-- Buttons when a single element is selected -->
<!-- Buttons when a single element is selected -->
<div
id=
"selected_panel"
>
<div
id=
"selected_panel"
>
<div
class=
"toolset"
>
<div
class=
"toolset"
>
<div
class=
"tool_sep"
></div>
<div
class=
"tool_sep"
></div>
<div
class=
"push_button"
id=
"tool_clone"
title=
"Clone Element [C]"
></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=
"push_button"
id=
"tool_delete"
title=
"Delete Element [Delete/Backspace]"
></div>
<div
class=
"tool_sep"
></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_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_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_topath"
title=
"Convert to Path"
></div>
<div
class=
"push_button"
id=
"tool_reorient"
title=
"Reorient path"
></div>
<div
class=
"push_button"
id=
"tool_reorient"
title=
"Reorient path"
></div>
<div
class=
"tool_sep"
></div>
<div
class=
"tool_sep"
></div>
<label
id=
"idLabel"
title=
"Identify the element"
>
<label
id=
"idLabel"
title=
"Identify the element"
>
<span>
id:
</span>
<span>
id:
</span>
<input
id=
"elem_id"
class=
"attr_changer"
data-attr=
"id"
size=
"10"
type=
"text"
/>
<input
id=
"elem_id"
class=
"attr_changer"
data-attr=
"id"
size=
"10"
type=
"text"
/>
</label>
</label>
</div>
</div>
<label
id=
"tool_angle"
title=
"Change rotation angle"
>
<label
id=
"tool_angle"
title=
"Change rotation angle"
>
<span
id=
"angleLabel"
class=
"icon_label"
></span>
<span
id=
"angleLabel"
class=
"icon_label"
></span>
<input
id=
"angle"
size=
"2"
value=
"0"
type=
"text"
/>
<input
id=
"angle"
size=
"2"
value=
"0"
type=
"text"
/>
</label>
</label>
<div
class=
"toolset"
id=
"tool_blur"
title=
"Change gaussian blur value"
>
<div
class=
"toolset"
id=
"tool_blur"
title=
"Change gaussian blur value"
>
<label>
<label>
<span
id=
"blurLabel"
class=
"icon_label"
></span>
<span
id=
"blurLabel"
class=
"icon_label"
></span>
<input
id=
"blur"
size=
"2"
value=
"0"
type=
"text"
/>
<input
id=
"blur"
size=
"2"
value=
"0"
type=
"text"
/>
</label>
</label>
<div
id=
"blur_dropdown"
class=
"dropdown"
>
<div
id=
"blur_dropdown"
class=
"dropdown"
>
<button></button>
<button></button>
<ul>
<ul>
<li
class=
"special"
><div
id=
"blur_slider"
></div></li>
<li
class=
"special"
><div
id=
"blur_slider"
></div></li>
</ul>
</ul>
</div>
</div>
</div>
</div>
<div
class=
"dropdown toolset"
id=
"tool_position"
title=
"Align Element to Page"
>
<div
class=
"dropdown toolset"
id=
"tool_position"
title=
"Align Element to Page"
>
<div
id=
"cur_position"
class=
"icon_label"
></div>
<div
id=
"cur_position"
class=
"icon_label"
></div>
<button></button>
<button></button>
</div>
</div>
<div
id=
"xy_panel"
class=
"toolset"
>
<div
id=
"xy_panel"
class=
"toolset"
>
<label>
<label>
x:
<input
id=
"selected_x"
class=
"attr_changer"
title=
"Change X coordinate"
size=
"3"
data-attr=
"x"
/>
x:
<input
id=
"selected_x"
class=
"attr_changer"
title=
"Change X coordinate"
size=
"3"
data-attr=
"x"
/>
</label>
</label>
<label>
<label>
y:
<input
id=
"selected_y"
class=
"attr_changer"
title=
"Change Y coordinate"
size=
"3"
data-attr=
"y"
/>
y:
<input
id=
"selected_y"
class=
"attr_changer"
title=
"Change Y coordinate"
size=
"3"
data-attr=
"y"
/>
</label>
</label>
</div>
</div>
</div>
</div>
<!-- Buttons when multiple elements are selected -->
<!-- Buttons when multiple elements are selected -->
<div
id=
"multiselected_panel"
>
<div
id=
"multiselected_panel"
>
<div
class=
"tool_sep"
></div>
<div
class=
"tool_sep"
></div>
<div
class=
"push_button"
id=
"tool_clone_multi"
title=
"Clone Elements [C]"
></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=
"push_button"
id=
"tool_delete_multi"
title=
"Delete Selected Elements [Delete/Backspace]"
></div>
<div
class=
"tool_sep"
></div>
<div
class=
"tool_sep"
></div>
<div
class=
"push_button"
id=
"tool_group"
title=
"Group Elements [G]"
></div>
<div
class=
"push_button"
id=
"tool_group"
title=
"Group Elements [G]"
></div>
<div
class=
"push_button"
id=
"tool_alignleft"
title=
"Align Left"
></div>
<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_aligncenter"
title=
"Align Center"
></div>
<div
class=
"push_button"
id=
"tool_alignright"
title=
"Align Right"
></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_aligntop"
title=
"Align Top"
></div>
<div
class=
"push_button"
id=
"tool_alignmiddle"
title=
"Align Middle"
></div>
<div
class=
"push_button"
id=
"tool_alignmiddle"
title=
"Align Middle"
></div>
<div
class=
"push_button"
id=
"tool_alignbottom"
title=
"Align Bottom"
></div>
<div
class=
"push_button"
id=
"tool_alignbottom"
title=
"Align Bottom"
></div>
<label
id=
"tool_align_relative"
>
<label
id=
"tool_align_relative"
>
<span
id=
"relativeToLabel"
>
relative to:
</span>
<span
id=
"relativeToLabel"
>
relative to:
</span>
<select
id=
"align_relative_to"
title=
"Align relative to ..."
>
<select
id=
"align_relative_to"
title=
"Align relative to ..."
>
<option
id=
"selected_objects"
value=
"selected"
>
selected objects
</option>
<option
id=
"selected_objects"
value=
"selected"
>
selected objects
</option>
<option
id=
"largest_object"
value=
"largest"
>
largest object
</option>
<option
id=
"largest_object"
value=
"largest"
>
largest object
</option>
<option
id=
"smallest_object"
value=
"smallest"
>
smallest object
</option>
<option
id=
"smallest_object"
value=
"smallest"
>
smallest object
</option>
<option
id=
"page"
value=
"page"
>
page
</option>
<option
id=
"page"
value=
"page"
>
page
</option>
</select>
</select>
</label>
</label>
<div
class=
"tool_sep"
></div>
<div
class=
"tool_sep"
></div>
</div>
</div>
<div
id=
"g_panel"
>
<div
id=
"g_panel"
>
<div
class=
"tool_sep"
></div>
<div
class=
"tool_sep"
></div>
<div
class=
"push_button"
id=
"tool_ungroup"
title=
"Ungroup Elements [G]"
></div>
<div
class=
"push_button"
id=
"tool_ungroup"
title=
"Ungroup Elements [G]"
></div>
</div>
</div>
<div
id=
"rect_panel"
>
<div
id=
"rect_panel"
>
<div
class=
"toolset"
>
<div
class=
"toolset"
>
<label
id=
"rect_width_tool"
title=
"Change rectangle width"
>
<label
id=
"rect_width_tool"
title=
"Change rectangle width"
>
<span
id=
"rwidthLabel"
class=
"icon_label"
></span>
<span
id=
"rwidthLabel"
class=
"icon_label"
></span>
<input
id=
"rect_width"
class=
"attr_changer"
size=
"3"
data-attr=
"width"
/>
<input
id=
"rect_width"
class=
"attr_changer"
size=
"3"
data-attr=
"width"
/>
</label>
</label>
<label
id=
"rect_height_tool"
title=
"Change rectangle height"
>
<label
id=
"rect_height_tool"
title=
"Change rectangle height"
>
<span
id=
"rheightLabel"
class=
"icon_label"
></span>
<span
id=
"rheightLabel"
class=
"icon_label"
></span>
<input
id=
"rect_height"
class=
"attr_changer"
size=
"3"
data-attr=
"height"
/>
<input
id=
"rect_height"
class=
"attr_changer"
size=
"3"
data-attr=
"height"
/>
</label>
</label>
</div>
</div>
<label
id=
"cornerRadiusLabel"
title=
"Change Rectangle Corner Radius"
>
<label
id=
"cornerRadiusLabel"
title=
"Change Rectangle Corner Radius"
>
<span
class=
"icon_label"
></span>
<span
class=
"icon_label"
></span>
<input
id=
"rect_rx"
size=
"3"
value=
"0"
type=
"text"
data-attr=
"Corner Radius"
/>
<input
id=
"rect_rx"
size=
"3"
value=
"0"
type=
"text"
data-attr=
"Corner Radius"
/>
</label>
</label>
</div>
</div>
<div
id=
"image_panel"
>
<div
id=
"image_panel"
>
<div
class=
"toolset"
>
<div
class=
"toolset"
>
<label><span
id=
"iwidthLabel"
class=
"icon_label"
></span>
<label><span
id=
"iwidthLabel"
class=
"icon_label"
></span>
<input
id=
"image_width"
class=
"attr_changer"
title=
"Change image width"
size=
"3"
data-attr=
"width"
/>
<input
id=
"image_width"
class=
"attr_changer"
title=
"Change image width"
size=
"3"
data-attr=
"width"
/>
</label>
</label>
<label><span
id=
"iheightLabel"
class=
"icon_label"
></span>
<label><span
id=
"iheightLabel"
class=
"icon_label"
></span>
<input
id=
"image_height"
class=
"attr_changer"
title=
"Change image height"
size=
"3"
data-attr=
"height"
/>
<input
id=
"image_height"
class=
"attr_changer"
title=
"Change image height"
size=
"3"
data-attr=
"height"
/>
</label>
</label>
</div>
</div>
<div
class=
"toolset"
>
<div
class=
"toolset"
>
<label
id=
"tool_image_url"
>
url:
<label
id=
"tool_image_url"
>
url:
<input
id=
"image_url"
type=
"text"
title=
"Change URL"
size=
"35"
/>
<input
id=
"image_url"
type=
"text"
title=
"Change URL"
size=
"35"
/>
</label>
</label>
<label
id=
"tool_change_image"
>
<label
id=
"tool_change_image"
>
<button
id=
"change_image_url"
style=
"display:none;"
>
Change Image
</button>
<button
id=
"change_image_url"
style=
"display:none;"
>
Change Image
</button>
<span
id=
"url_notice"
title=
"NOTE: This image cannot be embedded. It will depend on this path to be displayed"
></span>
<span
id=
"url_notice"
title=
"NOTE: This image cannot be embedded. It will depend on this path to be displayed"
></span>
</label>
</label>
</div>
</div>
</div>
<div
id=
"circle_panel"
>
<div
class=
"toolset"
>
<label
id=
"tool_circle_cx"
>
cx:
<input
id=
"circle_cx"
class=
"attr_changer"
title=
"Change circle's cx coordinate"
size=
"3"
data-attr=
"cx"
/>
</label>
<label
id=
"tool_circle_cy"
>
cy:
<input
id=
"circle_cy"
class=
"attr_changer"
title=
"Change circle's cy coordinate"
size=
"3"
data-attr=
"cy"
/>
</label>
</div>
<div
class=
"toolset"
>
<label
id=
"tool_circle_r"
>
r:
<input
id=
"circle_r"
class=
"attr_changer"
title=
"Change circle's radius"
size=
"3"
data-attr=
"r"
/>
</label>
</div>
</div>
</div>
<div
id=
"circle_panel"
>
<div
id=
"ellipse_panel"
>
<div
class=
"toolset"
>
<div
class=
"toolset"
>
<label
id=
"tool_circle_cx"
>
cx:
<label
id=
"tool_ellipse_cx"
>
cx:
<input
id=
"circle_cx"
class=
"attr_changer"
title=
"Change circle's cx coordinate"
size=
"3"
data-attr=
"cx"
/>
<input
id=
"ellipse_cx"
class=
"attr_changer"
title=
"Change ellipse's cx coordinate"
size=
"3"
data-attr=
"cx"
/>
</label>
</label>
<label
id=
"tool_circle_cy"
>
cy:
<label
id=
"tool_ellipse_cy"
>
cy:
<input
id=
"circle_cy"
class=
"attr_changer"
title=
"Change circle's cy coordinate"
size=
"3"
data-attr=
"cy"
/>
<input
id=
"ellipse_cy"
class=
"attr_changer"
title=
"Change ellipse's cy coordinate"
size=
"3"
data-attr=
"cy"
/>
</label>
</label>
</div>
</div>
<div
class=
"toolset"
>
<div
class=
"toolset"
>
<label
id=
"tool_circle_r"
>
r:
<label
id=
"tool_ellipse_rx"
>
rx:
<input
id=
"circle_r"
class=
"attr_changer"
title=
"Change circle's radius"
size=
"3"
data-attr=
"r"
/>
<input
id=
"ellipse_rx"
class=
"attr_changer"
title=
"Change ellipse's x radius"
size=
"3"
data-attr=
"rx"
/>
</label>
</label>
</div>
<label
id=
"tool_ellipse_ry"
>
ry:
</div>
<input
id=
"ellipse_ry"
class=
"attr_changer"
title=
"Change ellipse's y radius"
size=
"3"
data-attr=
"ry"
/>
</label>
<div
id=
"ellipse_panel"
>
</div>
<div
class=
"toolset"
>
</div>
<label
id=
"tool_ellipse_cx"
>
cx:
<input
id=
"ellipse_cx"
class=
"attr_changer"
title=
"Change ellipse's cx coordinate"
size=
"3"
data-attr=
"cx"
/>
<div
id=
"line_panel"
>
</label>
<div
class=
"toolset"
>
<label
id=
"tool_ellipse_cy"
>
cy:
<label
id=
"tool_line_x1"
>
x1:
<input
id=
"ellipse_cy"
class=
"attr_changer"
title=
"Change ellipse's cy coordinate"
size=
"3"
data-attr=
"cy"
/>
<input
id=
"line_x1"
class=
"attr_changer"
title=
"Change line's starting x coordinate"
size=
"3"
data-attr=
"x1"
/>
</label>
</label>
</div>
<label
id=
"tool_line_y1"
>
y1:
<div
class=
"toolset"
>
<input
id=
"line_y1"
class=
"attr_changer"
title=
"Change line's starting y coordinate"
size=
"3"
data-attr=
"y1"
/>
<label
id=
"tool_ellipse_rx"
>
rx:
</label>
<input
id=
"ellipse_rx"
class=
"attr_changer"
title=
"Change ellipse's x radius"
size=
"3"
data-attr=
"rx"
/>
</div>
</label>
<div
class=
"toolset"
>
<label
id=
"tool_ellipse_ry"
>
ry:
<label
id=
"tool_line_x2"
>
x2:
<input
id=
"ellipse_ry"
class=
"attr_changer"
title=
"Change ellipse's y radius"
size=
"3"
data-attr=
"ry"
/>
<input
id=
"line_x2"
class=
"attr_changer"
title=
"Change line's ending x coordinate"
size=
"3"
data-attr=
"x2"
/>
</label>
</label>
</div>
<label
id=
"tool_line_y2"
>
y2:
</div>
<input
id=
"line_y2"
class=
"attr_changer"
title=
"Change line's ending y coordinate"
size=
"3"
data-attr=
"y2"
/>
</label>
<div
id=
"line_panel"
>
</div>
<div
class=
"toolset"
>
</div>
<label
id=
"tool_line_x1"
>
x1:
<input
id=
"line_x1"
class=
"attr_changer"
title=
"Change line's starting x coordinate"
size=
"3"
data-attr=
"x1"
/>
<div
id=
"text_panel"
>
</label>
<div
class=
"toolset"
>
<label
id=
"tool_line_y1"
>
y1:
<div
class=
"tool_button"
id=
"tool_bold"
title=
"Bold Text [B]"
><span></span>
B
</div>
<input
id=
"line_y1"
class=
"attr_changer"
title=
"Change line's starting y coordinate"
size=
"3"
data-attr=
"y1"
/>
<div
class=
"tool_button"
id=
"tool_italic"
title=
"Italic Text [I]"
><span></span>
i
</div>
</label>
</div>
</div>
<div
class=
"toolset"
>
<div
class=
"toolset"
id=
"tool_font_family"
>
<label
id=
"tool_line_x2"
>
x2:
<label>
<input
id=
"line_x2"
class=
"attr_changer"
title=
"Change line's ending x coordinate"
size=
"3"
data-attr=
"x2"
/>
<!-- Font family -->
</label>
<input
id=
"font_family"
type=
"text"
title=
"Change Font Family"
size=
"12"
/>
<label
id=
"tool_line_y2"
>
y2:
</label>
<input
id=
"line_y2"
class=
"attr_changer"
title=
"Change line's ending y coordinate"
size=
"3"
data-attr=
"y2"
/>
<div
id=
"font_family_dropdown"
class=
"dropdown"
>
</label>
<button></button>
</div>
<ul>
</div>
<li
style=
"font-family:serif"
>
Serif
</li>
<li
style=
"font-family:sans-serif"
>
Sans-serif
</li>
<div
id=
"text_panel"
>
<li
style=
"font-family:cursive"
>
Cursive
</li>
<div
class=
"toolset"
>
<li
style=
"font-family:fantasy"
>
Fantasy
</li>
<div
class=
"tool_button"
id=
"tool_bold"
title=
"Bold Text [B]"
><span></span>
B
</div>
<li
style=
"font-family:monospace"
>
Monospace
</li>
<div
class=
"tool_button"
id=
"tool_italic"
title=
"Italic Text [I]"
><span></span>
i
</div>
</ul>
</div>
</div>
</div>
<div
class=
"toolset"
id=
"tool_font_family"
>
<label>
<label
id=
"tool_font_size"
title=
"Change Font Size"
>
<!-- Font family -->
<span
id=
"font_sizeLabel"
class=
"icon_label"
></span>
<input
id=
"font_family"
type=
"text"
title=
"Change Font Family"
size=
"12"
/>
<input
id=
"font_size"
size=
"3"
value=
"0"
type=
"text"
/>
</label>
</label>
<div
id=
"font_family_dropdown"
class=
"dropdown"
>
<button></button>
<!-- Not visible, but still used -->
<ul>
<input
id=
"text"
type=
"text"
size=
"35"
/>
<li
style=
"font-family:serif"
>
Serif
</li>
</div>
<li
style=
"font-family:sans-serif"
>
Sans-serif
</li>
<li
style=
"font-family:cursive"
>
Cursive
</li>
<div
id=
"path_node_panel"
>
<li
style=
"font-family:fantasy"
>
Fantasy
</li>
<div
class=
"tool_sep"
></div>
<li
style=
"font-family:monospace"
>
Monospace
</li>
<div
class=
"tool_button"
id=
"tool_node_link"
title=
"Link Control Points"
></div>
</ul>
<div
class=
"tool_sep"
></div>
</div>
<label
id=
"tool_node_x"
>
x:
</div>
<input
id=
"path_node_x"
class=
"attr_changer"
title=
"Change node's x coordinate"
size=
"3"
data-attr=
"x"
/>
</label>
<label
id=
"tool_font_size"
title=
"Change Font Size"
>
<label
id=
"tool_node_y"
>
y:
<span
id=
"font_sizeLabel"
class=
"icon_label"
></span>
<input
id=
"path_node_y"
class=
"attr_changer"
title=
"Change node's y coordinate"
size=
"3"
data-attr=
"y"
/>
<input
id=
"font_size"
size=
"3"
value=
"0"
type=
"text"
/>
</label>
</label>
<select
id=
"seg_type"
title=
"Change Segment type"
>
<!-- Not visible, but still used -->
<option
id=
"straight_segments"
selected=
"selected"
value=
"4"
>
Straight
</option>
<input
id=
"text"
type=
"text"
size=
"35"
/>
<option
id=
"curve_segments"
value=
"6"
>
Curve
</option>
</div>
</select>
<div
class=
"tool_button"
id=
"tool_node_clone"
title=
"Clone Node"
></div>
<div
id=
"path_node_panel"
>
<div
class=
"tool_button"
id=
"tool_node_delete"
title=
"Delete Node"
></div>
<div
class=
"tool_sep"
></div>
<div
class=
"tool_button"
id=
"tool_openclose_path"
title=
"Open/close sub-path"
></div>
<div
class=
"tool_button"
id=
"tool_node_link"
title=
"Link Control Points"
></div>
<div
class=
"tool_button"
id=
"tool_add_subpath"
title=
"Add sub-path"
></div>
<div
class=
"tool_sep"
></div>
</div>
<label
id=
"tool_node_x"
>
x:
<input
id=
"path_node_x"
class=
"attr_changer"
title=
"Change node's x coordinate"
size=
"3"
data-attr=
"x"
/>
</label>
<label
id=
"tool_node_y"
>
y:
<input
id=
"path_node_y"
class=
"attr_changer"
title=
"Change node's y coordinate"
size=
"3"
data-attr=
"y"
/>
</label>
<select
id=
"seg_type"
title=
"Change Segment type"
>
<option
id=
"straight_segments"
selected=
"selected"
value=
"4"
>
Straight
</option>
<option
id=
"curve_segments"
value=
"6"
>
Curve
</option>
</select>
<div
class=
"tool_button"
id=
"tool_node_clone"
title=
"Clone 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>
</div>
<!-- tools_top -->
</div>
<!-- tools_top -->
<div
id=
"tools_left"
class=
"tools_panel"
>
<div
id=
"tools_left"
class=
"tools_panel"
>
<div
class=
"tool_button"
id=
"tool_select"
title=
"Select Tool [1]"
></div>
<div
class=
"tool_button"
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_fhpath"
title=
"Pencil Tool [2]"
></div>
<div
class=
"tool_button"
id=
"tool_line"
title=
"Line Tool [3]"
></div>
<div
class=
"tool_button"
id=
"tool_line"
title=
"Line Tool [3]"
></div>
<div
class=
"tool_button flyout_current"
id=
"tools_rect_show"
title=
"Square/Rect Tool [4/Shift+4]"
>
<div
class=
"tool_button flyout_current"
id=
"tools_rect_show"
title=
"Square/Rect Tool [4/Shift+4]"
>
<div
class=
"flyout_arrow_horiz"
></div>
<div
class=
"flyout_arrow_horiz"
></div>
</div>
</div>
<div
class=
"tool_button flyout_current"
id=
"tools_ellipse_show"
title=
"Ellipse/Circle Tool [5/Shift+5]"
>
<div
class=
"tool_button flyout_current"
id=
"tools_ellipse_show"
title=
"Ellipse/Circle Tool [5/Shift+5]"
>
<div
class=
"flyout_arrow_horiz"
></div>
<div
class=
"flyout_arrow_horiz"
></div>
</div>
</div>
<div
class=
"tool_button"
id=
"tool_path"
title=
"Path Tool [7]"
></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_text"
title=
"Text Tool [6]"
></div>
<div
class=
"tool_button"
id=
"tool_image"
title=
"Image Tool [8]"
></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>
<div
class=
"tool_button"
id=
"tool_zoom"
title=
"Zoom Tool [Ctrl+Up/Down]"
></div>
<div
style=
"display: none"
>
<div
style=
"display: none"
>
<div
id=
"tool_rect"
title=
"Rectangle"
></div>
<div
id=
"tool_rect"
title=
"Rectangle"
></div>
<div
id=
"tool_square"
title=
"Square"
></div>
<div
id=
"tool_square"
title=
"Square"
></div>
<div
id=
"tool_fhrect"
title=
"Free-Hand Rectangle"
></div>
<div
id=
"tool_fhrect"
title=
"Free-Hand Rectangle"
></div>
<div
id=
"tool_ellipse"
title=
"Ellipse"
></div>
<div
id=
"tool_ellipse"
title=
"Ellipse"
></div>
<div
id=
"tool_circle"
title=
"Circle"
></div>
<div
id=
"tool_circle"
title=
"Circle"
></div>
<div
id=
"tool_fhellipse"
title=
"Free-Hand Ellipse"
></div>
<div
id=
"tool_fhellipse"
title=
"Free-Hand Ellipse"
></div>
</div>
</div>
</div>
<!-- tools_left -->
</div>
<!-- tools_left -->
<div
id=
"tools_bottom"
class=
"tools_panel"
>
<div
id=
"tools_bottom"
class=
"tools_panel"
>
<!-- Zoom buttons -->
<!-- Zoom buttons -->
<div
id=
"zoom_panel"
class=
"toolset"
title=
"Change zoom level"
>
<div
id=
"zoom_panel"
class=
"toolset"
title=
"Change zoom level"
>
<label>
<label>
<span
id=
"zoomLabel"
class=
"zoom_tool icon_label"
></span>
<span
id=
"zoomLabel"
class=
"zoom_tool icon_label"
></span>
<input
id=
"zoom"
size=
"3"
value=
"100"
type=
"text"
/>
<input
id=
"zoom"
size=
"3"
value=
"100"
type=
"text"
/>
</label>
</label>
<div
id=
"zoom_dropdown"
class=
"dropdown"
>
<div
id=
"zoom_dropdown"
class=
"dropdown"
>
<button></button>
<button></button>
<ul>
<ul>
<li>
1000%
</li>
<li>
1000%
</li>
<li>
400%
</li>
<li>
400%
</li>
<li>
200%
</li>
<li>
200%
</li>
<li>
100%
</li>
<li>
100%
</li>
<li>
50%
</li>
<li>
50%
</li>
<li>
25%
</li>
<li>
25%
</li>
<li
id=
"fit_to_canvas"
data-val=
"canvas"
>
Fit to canvas
</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_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_layer_content"
data-val=
"layer"
>
Fit to layer content
</li>
<li
id=
"fit_to_all"
data-val=
"content"
>
Fit to all content
</li>
<li
id=
"fit_to_all"
data-val=
"content"
>
Fit to all content
</li>
<li>
100%
</li>
<li>
100%
</li>
</ul>
</ul>
</div>
</div>
<div
class=
"tool_sep"
></div>
<div
class=
"tool_sep"
></div>
</div>
</div>
<div
id=
"tools_bottom_2"
>
<div
id=
"tools_bottom_2"
>
<div
id=
"color_tools"
>
<div
id=
"color_tools"
>
<div
class=
"color_tool"
id=
"tool_fill"
>
<div
class=
"color_tool"
id=
"tool_fill"
>
<label
class=
"icon_label"
for=
"fill_color"
title=
"Change fill color"
></label>
<label
class=
"icon_label"
for=
"fill_color"
title=
"Change fill color"
></label>
<div
class=
"color_block"
>
<div
class=
"color_block"
>
<div
id=
"fill_bg"
></div>
<div
id=
"fill_bg"
></div>
<div
id=
"fill_color"
class=
"color_block"
></div>
<div
id=
"fill_color"
class=
"color_block"
></div>
</div>
</div>
</div>
</div>
<div
class=
"color_tool"
id=
"tool_stroke"
>
<div
class=
"color_tool"
id=
"tool_stroke"
>
<div
class=
"color_block"
>
<div
class=
"color_block"
>
<label
class=
"icon_label"
title=
"Change stroke color"
></label>
<label
class=
"icon_label"
title=
"Change stroke color"
></label>
</div>
</div>
<div
class=
"color_block"
>
<div
class=
"color_block"
>
<div
id=
"stroke_bg"
></div>
<div
id=
"stroke_bg"
></div>
<div
id=
"stroke_color"
class=
"color_block"
title=
"Change stroke color"
></div>
<div
id=
"stroke_color"
class=
"color_block"
title=
"Change stroke color"
></div>
</div>
</div>
<label>
<label>
<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"
/>
<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"
/>
</label>
</label>
<label
class=
"stroke_tool"
>
<label
class=
"stroke_tool"
>
<select
id=
"stroke_style"
title=
"Change stroke dash style"
>
<select
id=
"stroke_style"
title=
"Change stroke dash style"
>
<option
selected=
"selected"
value=
"none"
>
—
</option>
<option
selected=
"selected"
value=
"none"
>
—
</option>
<option
value=
"2,2"
>
...
</option>
<option
value=
"2,2"
>
...
</option>
<option
value=
"5,5"
>
- -
</option>
<option
value=
"5,5"
>
- -
</option>
<option
value=
"5,2,2,2"
>
- .
</option>
<option
value=
"5,2,2,2"
>
- .
</option>
<option
value=
"5,2,2,2,2,2"
>
- ..
</option>
<option
value=
"5,2,2,2,2,2"
>
- ..
</option>
</select>
</select>
</label>
</label>
<div
class=
"stroke_tool dropdown"
id=
"stroke_linejoin"
>
<div
class=
"stroke_tool dropdown"
id=
"stroke_linejoin"
>
<div>
<div>
<div
id=
"cur_linejoin"
title=
"Linejoin: Miter"
></div>
<div
id=
"cur_linejoin"
title=
"Linejoin: Miter"
></div>
<button></button>
<button></button>
</div>
</div>
</div>
</div>
<div
class=
"stroke_tool dropdown"
id=
"stroke_linecap"
>
<div
class=
"stroke_tool dropdown"
id=
"stroke_linecap"
>
<div>
<div>
<div
id=
"cur_linecap"
title=
"Linecap: Butt"
></div>
<div
id=
"cur_linecap"
title=
"Linecap: Butt"
></div>
<button></button>
<button></button>
</div>
</div>
</div>
</div>
<div
id=
"toggle_stroke_tools"
title=
"Show/hide more stroke tools"
>
<div
id=
"toggle_stroke_tools"
title=
"Show/hide more stroke tools"
>
>>
>>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"toolset"
id=
"tool_opacity"
title=
"Change selected item opacity"
>
<div
class=
"toolset"
id=
"tool_opacity"
title=
"Change selected item opacity"
>
<label>
<label>
<span
id=
"group_opacityLabel"
class=
"icon_label"
></span>
<span
id=
"group_opacityLabel"
class=
"icon_label"
></span>
<input
id=
"group_opacity"
size=
"3"
value=
"100"
type=
"text"
/>
<input
id=
"group_opacity"
size=
"3"
value=
"100"
type=
"text"
/>
</label>
</label>
<div
id=
"opacity_dropdown"
class=
"dropdown"
>
<div
id=
"opacity_dropdown"
class=
"dropdown"
>
<button></button>
<button></button>
<ul>
<ul>
<li>
0%
</li>
<li>
0%
</li>
<li>
25%
</li>
<li>
25%
</li>
<li>
50%
</li>
<li>
50%
</li>
<li>
75%
</li>
<li>
75%
</li>
<li>
100%
</li>
<li>
100%
</li>
<li
class=
"special"
><div
id=
"opac_slider"
></div></li>
<li
class=
"special"
><div
id=
"opac_slider"
></div></li>
</ul>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div
id=
"tools_bottom_3"
>
<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>
<div
id=
"palette_holder"
><div
id=
"palette"
title=
"Click to change fill color, shift-click to change stroke color"
></div></div>
</div>
</div>
<div
id=
"copyright"
><span
id=
"copyrightLabel"
>
Powered by
</span>
<a
href=
"http://svg-edit.googlecode.com/"
target=
"_blank"
>
SVG-edit v2.5
</a></div>
<div
id=
"copyright"
><span
id=
"copyrightLabel"
>
Powered by
</span>
<a
href=
"http://svg-edit.googlecode.com/"
target=
"_blank"
>
SVG-edit v2.5
</a></div>
</div>
</div>
<div
id=
"option_lists"
>
<div
id=
"option_lists"
>
<ul
id=
"linejoin_opts"
>
<ul
id=
"linejoin_opts"
>
<li
class=
"tool_button current"
id=
"linejoin_miter"
title=
"Linejoin: Miter"
></li>
<li
class=
"tool_button current"
id=
"linejoin_miter"
title=
"Linejoin: Miter"
></li>
<li
class=
"tool_button"
id=
"linejoin_round"
title=
"Linejoin: Round"
></li>
<li
class=
"tool_button"
id=
"linejoin_round"
title=
"Linejoin: Round"
></li>
<li
class=
"tool_button"
id=
"linejoin_bevel"
title=
"Linejoin: Bevel"
></li>
<li
class=
"tool_button"
id=
"linejoin_bevel"
title=
"Linejoin: Bevel"
></li>
</ul>
</ul>
<ul
id=
"linecap_opts"
>
<ul
id=
"linecap_opts"
>
<li
class=
"tool_button current"
id=
"linecap_butt"
title=
"Linecap: Butt"
></li>
<li
class=
"tool_button current"
id=
"linecap_butt"
title=
"Linecap: Butt"
></li>
<li
class=
"tool_button"
id=
"linecap_square"
title=
"Linecap: Square"
></li>
<li
class=
"tool_button"
id=
"linecap_square"
title=
"Linecap: Square"
></li>
<li
class=
"tool_button"
id=
"linecap_round"
title=
"Linecap: Round"
></li>
<li
class=
"tool_button"
id=
"linecap_round"
title=
"Linecap: Round"
></li>
</ul>
</ul>
<ul
id=
"position_opts"
class=
"optcols3"
>
<ul
id=
"position_opts"
class=
"optcols3"
>
<li
class=
"push_button"
id=
"tool_posleft"
title=
"Align Left"
></li>
<li
class=
"push_button"
id=
"tool_posleft"
title=
"Align Left"
></li>
<li
class=
"push_button"
id=
"tool_poscenter"
title=
"Align Center"
></li>
<li
class=
"push_button"
id=
"tool_poscenter"
title=
"Align Center"
></li>
<li
class=
"push_button"
id=
"tool_posright"
title=
"Align Right"
></li>
<li
class=
"push_button"
id=
"tool_posright"
title=
"Align Right"
></li>
<li
class=
"push_button"
id=
"tool_postop"
title=
"Align Top"
></li>
<li
class=
"push_button"
id=
"tool_postop"
title=
"Align Top"
></li>
<li
class=
"push_button"
id=
"tool_posmiddle"
title=
"Align Middle"
></li>
<li
class=
"push_button"
id=
"tool_posmiddle"
title=
"Align Middle"
></li>
<li
class=
"push_button"
id=
"tool_posbottom"
title=
"Align Bottom"
></li>
<li
class=
"push_button"
id=
"tool_posbottom"
title=
"Align Bottom"
></li>
</ul>
</ul>
</div>
</div>
...
@@ -528,94 +528,94 @@
...
@@ -528,94 +528,94 @@
</div>
<!-- svg_editor -->
</div>
<!-- svg_editor -->
<div
id=
"svg_source_editor"
>
<div
id=
"svg_source_editor"
>
<div
id=
"svg_source_overlay"
></div>
<div
id=
"svg_source_overlay"
></div>
<div
id=
"svg_source_container"
>
<div
id=
"svg_source_container"
>
<div
id=
"tool_source_back"
class=
"toolbar_button"
>
<div
id=
"tool_source_back"
class=
"toolbar_button"
>
<button
id=
"tool_source_save"
>
Apply Changes
</button>
<button
id=
"tool_source_save"
>
Apply Changes
</button>
<button
id=
"tool_source_cancel"
>
Cancel
</button>
<button
id=
"tool_source_cancel"
>
Cancel
</button>
</div>
</div>
<form>
<form>
<textarea
id=
"svg_source_textarea"
spellcheck=
"false"
></textarea>
<textarea
id=
"svg_source_textarea"
spellcheck=
"false"
></textarea>
</form>
</form>
</div>
</div>
</div>
</div>
<div
id=
"svg_docprops"
>
<div
id=
"svg_docprops"
>
<div
id=
"svg_docprops_overlay"
></div>
<div
id=
"svg_docprops_overlay"
></div>
<div
id=
"svg_docprops_container"
>
<div
id=
"svg_docprops_container"
>
<div
id=
"tool_docprops_back"
class=
"toolbar_button"
>
<div
id=
"tool_docprops_back"
class=
"toolbar_button"
>
<button
id=
"tool_docprops_save"
>
OK
</button>
<button
id=
"tool_docprops_save"
>
OK
</button>
<button
id=
"tool_docprops_cancel"
>
Cancel
</button>
<button
id=
"tool_docprops_cancel"
>
Cancel
</button>
</div>
</div>
<fieldset
id=
"svg_docprops_docprops"
>
<fieldset
id=
"svg_docprops_docprops"
>
<legend
id=
"svginfo_image_props"
>
Image Properties
</legend>
<legend
id=
"svginfo_image_props"
>
Image Properties
</legend>
<label>
<label>
<span
id=
"svginfo_title"
>
Title:
</span>
<span
id=
"svginfo_title"
>
Title:
</span>
<input
type=
"text"
id=
"canvas_title"
size=
"24"
/>
<input
type=
"text"
id=
"canvas_title"
size=
"24"
/>
</label>
</label>
<fieldset
id=
"change_resolution"
>
<fieldset
id=
"change_resolution"
>
<legend
id=
"svginfo_dim"
>
Canvas Dimensions
</legend>
<legend
id=
"svginfo_dim"
>
Canvas Dimensions
</legend>
<label><span
id=
"svginfo_width"
>
width:
</span>
<input
type=
"text"
id=
"canvas_width"
size=
"6"
/></label>
<label><span
id=
"svginfo_width"
>
width:
</span>
<input
type=
"text"
id=
"canvas_width"
size=
"6"
/></label>
<label><span
id=
"svginfo_height"
>
height:
</span>
<input
type=
"text"
id=
"canvas_height"
size=
"6"
/></label>
<label><span
id=
"svginfo_height"
>
height:
</span>
<input
type=
"text"
id=
"canvas_height"
size=
"6"
/></label>
<label>
<label>
<select
id=
"resolution"
>
<select
id=
"resolution"
>
<option
id=
"selectedPredefined"
selected=
"selected"
>
Select predefined:
</option>
<option
id=
"selectedPredefined"
selected=
"selected"
>
Select predefined:
</option>
<option>
640x480
</option>
<option>
640x480
</option>
<option>
800x600
</option>
<option>
800x600
</option>
<option>
1024x768
</option>
<option>
1024x768
</option>
<option>
1280x960
</option>
<option>
1280x960
</option>
<option>
1600x1200
</option>
<option>
1600x1200
</option>
<option
id=
"fitToContent"
value=
"content"
>
Fit to Content
</option>
<option
id=
"fitToContent"
value=
"content"
>
Fit to Content
</option>
</select>
</select>
</label>
</label>
</fieldset>
</fieldset>
<fieldset
id=
"image_save_opts"
>
<fieldset
id=
"image_save_opts"
>
<legend
id=
"includedImages"
>
Included Images
</legend>
<legend
id=
"includedImages"
>
Included Images
</legend>
<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=
"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>
<label><input
type=
"radio"
name=
"image_opt"
value=
"ref"
/>
<span
id=
"image_opt_ref"
>
Use file reference
</span>
</label>
</fieldset>
</fieldset>
</fieldset>
</fieldset>
<fieldset
id=
"svg_docprops_prefs"
>
<fieldset
id=
"svg_docprops_prefs"
>
<legend
id=
"svginfo_editor_prefs"
>
Editor Preferences
</legend>
<legend
id=
"svginfo_editor_prefs"
>
Editor Preferences
</legend>
<label><span
id=
"svginfo_icons"
>
Icon size:
</span>
<label><span
id=
"svginfo_icons"
>
Icon size:
</span>
<select
id=
"iconsize"
>
<select
id=
"iconsize"
>
<option
id=
"icon_small"
value=
"s"
>
Small
</option>
<option
id=
"icon_small"
value=
"s"
>
Small
</option>
<option
id=
"icon_medium"
value=
"m"
selected=
"selected"
>
Medium
</option>
<option
id=
"icon_medium"
value=
"m"
selected=
"selected"
>
Medium
</option>
<option
id=
"icon_large"
value=
"l"
>
Large
</option>
<option
id=
"icon_large"
value=
"l"
>
Large
</option>
<option
id=
"icon_xlarge"
value=
"xl"
>
Extra Large
</option>
<option
id=
"icon_xlarge"
value=
"xl"
>
Extra Large
</option>
</select>
</select>
</label>
</label>
<fieldset
id=
"change_background"
>
<fieldset
id=
"change_background"
>
<legend
id=
"svginfo_change_background"
>
Editor Background
</legend>
<legend
id=
"svginfo_change_background"
>
Editor Background
</legend>
<div
id=
"bg_blocks"
></div>
<div
id=
"bg_blocks"
></div>
<label><span
id=
"svginfo_bg_url"
>
URL:
</span>
<input
type=
"text"
id=
"canvas_bg_url"
size=
"21"
/></label>
<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>
<p
id=
"svginfo_bg_note"
>
Note: Background will not be saved with image.
</p>
</fieldset>
</fieldset>
</fieldset>
</fieldset>
</div>
</div>
</div>
</div>
<div
id=
"dialog_box"
>
<div
id=
"dialog_box"
>
<div
id=
"dialog_box_overlay"
></div>
<div
id=
"dialog_box_overlay"
></div>
<div
id=
"dialog_container"
>
<div
id=
"dialog_container"
>
<div
id=
"dialog_content"
></div>
<div
id=
"dialog_content"
></div>
<div
id=
"dialog_buttons"
></div>
<div
id=
"dialog_buttons"
></div>
</div>
</div>
</div>
</div>
</body>
</body>
</html>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment