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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user