Tweak comment for Firefox 2- fix
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@262 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -575,9 +575,8 @@ function SvgCanvas(c)
|
|||||||
|
|
||||||
var changes = {};
|
var changes = {};
|
||||||
|
|
||||||
// This fixes Firefox 2- behavior - for whatever reason, simply removing the transform
|
// This fixes Firefox 2- behavior - which does not reset values when
|
||||||
// attribute was not having the proper effect on the element, so we set it to an empty
|
// the attribute has been removed
|
||||||
// transform, then remove the attribute
|
|
||||||
// see https://bugzilla.mozilla.org/show_bug.cgi?id=320622
|
// see https://bugzilla.mozilla.org/show_bug.cgi?id=320622
|
||||||
selected.setAttribute("transform", "");
|
selected.setAttribute("transform", "");
|
||||||
selected.removeAttribute("transform");
|
selected.removeAttribute("transform");
|
||||||
|
|||||||
Reference in New Issue
Block a user