Started conversion of stroke attribute select list to icon list
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1503 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -451,6 +451,7 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
|
||||
</select>
|
||||
</label>
|
||||
|
||||
<!--
|
||||
<label class="stroke_tool">
|
||||
<span>Cap:</span>
|
||||
<select id="stroke_linecap" title="Change Linecap type">
|
||||
@@ -459,6 +460,13 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
|
||||
<option id="linecap_square" value="square">Square</option>
|
||||
</select>
|
||||
</label>
|
||||
-->
|
||||
<div class="stroke_tool dropdown" id="stroke_linecap">
|
||||
<div>
|
||||
<div id="cur_linecap" title="Linecap: Butt"></div>
|
||||
<button></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="toggle_stroke_tools" title="Show/hide more stroke tools">
|
||||
>>
|
||||
@@ -497,6 +505,13 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
|
||||
<div id="copyright">Powered by <a href="http://svg-edit.googlecode.com/" target="_blank">SVG-edit v2.5-preAlpha</a></div>
|
||||
</div>
|
||||
|
||||
<ul id="linecap_opts">
|
||||
<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_round" title="Linecap: Round"></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<!-- hidden divs -->
|
||||
<div id="color_picker"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user