suggestion for SVG Spec

Hi,

I do not know if this stuff is discussed before or not. Anyway here is
my suggestion.

I suggest for SVG Element which depend on other SVG Element eg:
SVGTSpanElement -> SVGTextElement, couldn't have it is own x or y attrib
(absolute positioning), it can only have dx or dy (relative positioning
depend on the container it depended into). If it need absolute position
then just use new SVGElement. The reason is because it is more easier
(IMHO) to move or manipulate (using JavaScript or Authoring tool) this
element by just altering the Parent element and the depended element
will also altered automatically because it is relative. The same thing
goes for Path/Polyline/Polygon Element.

The problem is it is contradict with current Spec.
What do you think?

Best Regards
Tonny Kohar
-- 
Sketsa 
SVG Graphics Editor
http://www.kiyut.com

Received on Wednesday, 9 June 2004 22:34:07 UTC