Confirmed users, Bureaucrats and Sysops emeriti
969
edits
No edit summary |
|||
| Line 77: | Line 77: | ||
== DOM interface for creating path segments == | == DOM interface for creating path segments == | ||
Really stupid is the fact that the arguments to the createXxx methods on the interface SVGPathElement change the argument order to what they are in the 'd' attribute. Grr!! | Really stupid is the fact that the arguments to the createXxx methods on the interface SVGPathElement change the argument order to what they are in the 'd' attribute. Specifically the end point (x and y arguments) are moved from the end to the beginning. Grr!! | ||