Fixed issue 404: Change stroke dash style in Opera

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1212 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-01-13 21:03:00 +00:00
parent 4f162eb6fa
commit ad38b50001
2 changed files with 13 additions and 9 deletions

View File

@@ -373,7 +373,7 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
</td>
<td>
<select id="stroke_style" title="Change stroke dash style">
<option selected="selected" value="none">---</option>
<option selected="selected" value="none">&mdash;</option>
<option value="2,2">...</option>
<option value="5,5">- -</option>
<option value="5,2,2,2">- .</option>