Fixed issue 138: Add 0% to the drop-down list for opacity; Added opacity to whitelist

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@496 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-08-28 20:03:31 +00:00
parent 8d54485ea4
commit b81ce1c8e9
2 changed files with 8 additions and 7 deletions

View File

@@ -76,6 +76,7 @@
<option value="0.3">30 %</option>
<option value="0.2">20 %</option>
<option value="0.1">10 %</option>
<option value="0">0 %</option>
</select>
<span class="selected_tool">angle:</span>
<input id="angle" class="selected_tool" title="Change rotation angle" alt="Rotation Angle" size="2" value="0" type="text"/>