Added remaining updates for grid/snapping extension

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1701 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-09-09 12:46:34 +00:00
parent e6dd5ea757
commit 2e1dd1816d
3 changed files with 121 additions and 7 deletions

View File

@@ -658,6 +658,12 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
<p id="svginfo_bg_note">Note: Background will not be saved with image.</p>
</fieldset>
<fieldset id="change_grid">
<legend id="svginfo_grid_settings">Grid</legend>
<label><span id="svginfo_snap_onoff">Snapping on/off</span><input type="checkbox" checked value="snapping_on" id="grid_snapping_on"></label>
<label><span id="svginfo_snap_step">Snapping Step-Size:</span> <input type="text" id="grid_snapping_step" size="3" value="1"/></label>
</fieldset>
</fieldset>
</div>