Fix resizing of arbitrary paths (for all segment types). Add polygon to whitelist.

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@384 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-08-15 04:37:08 +00:00
parent 93611c6c71
commit c83d515fe9
2 changed files with 97 additions and 23 deletions

View File

@@ -156,6 +156,7 @@ function svg_edit_setup() {
$('#line_panel').hide();
$('#text_panel').hide();
if (elem != null) {
// TODO: get element's rotation value and set the angle spinner
$('#selected_panel').show();
// update contextual tools here
switch(elem.tagName) {