As a result of testing and reviewing the SVG classes I detect, that only
the SVGMarker class does not use the checkClassType method (main.js line
1784 in rev.: 1742). In SVGMarker the type check is coded with
'if(this.element == "[object SVGMarkerElement]")' instead of
'if(ORYX.Editor.checkClassType(this.element, SVGMarkerElement)'.
This should adapted.
Original issue reported on code.google.com by sven.wag...@gmail.com on 11 Feb 2009 at 2:17
Original issue reported on code.google.com by
sven.wag...@gmail.com
on 11 Feb 2009 at 2:17