From: Antoine Q. <an...@gr...> - 2001-09-20 19:45:23
|
Hey, First off all, let's all celebrate waving goodbye to the awful onload="init(evt)" call on the <svg /> element. Now setting up and iSVG document is even simpler. And now for the BIG questions... Who votes for using methods and who votes for using properties? Here's what I mean... Do we write node.getBBox().x Or Node.getBBox().getX() ? I have been using the latter in my code, but I'm listening to suggestions... antoine |