Fix Issue 77: Declare charset
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@335 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
|
||||
<link rel="stylesheet" href="jpicker/jpicker.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="svg-editor.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="spinbtn/JQuerySpinBtn.css" type="text/css"/>
|
||||
@@ -223,6 +224,20 @@
|
||||
<div id="tool_fhellipse" class="tool_flyout_button" title="Free-Hand Ellipse"></div>
|
||||
</div>
|
||||
|
||||
<div id="tools_stacking" class="tools_flyout_v">
|
||||
<div id="tool_stacktop" class="tool_flyout_button" title="Move to Top [Shift+Up]"></div>
|
||||
<div id="tool_stackbottom" class="tool_flyout_button" title="Move to Bottom [Shift+Down]"></div>
|
||||
</div>
|
||||
|
||||
<div id="tools_align" class="tools_flyout_v">
|
||||
<div id="tool_aligntop" class="tool_flyout_button" title="Align to Top"></div>
|
||||
<div id="tool_alignbottom" class="tool_flyout_button" title="Align to Bottom"></div>
|
||||
<div id="tool_alignmiddle" class="tool_flyout_button" title="Align to Middle"></div>
|
||||
<div id="tool_alignleft" class="tool_flyout_button" title="Align to Left"></div>
|
||||
<div id="tool_alignright" class="tool_flyout_button" title="Align to Right"></div>
|
||||
<div id="tool_aligncenter" class="tool_flyout_button" title="Align to Center"></div>
|
||||
</div>
|
||||
|
||||
</div> <!-- svg_editor -->
|
||||
|
||||
<div id="svg_source_editor">
|
||||
|
||||
Reference in New Issue
Block a user