Marker Element clarification

Hi,

Sorry for the cross posting in svg-developers@yahoogroups.com as well.

Could someone clarify or explain the following regarding Marker Element:

- What is allowable content for Marker ?
eg:
<Marker ..>
        <path/>, ??? what else ?
</Marker>


- Does any element eg: <g>,<use>, <ellipse>, <line>, etc is allowable as
a child for Marker ? because SVG Specification 1.1 only give example as
path element. The DTD also not very clear as well.

- Is multiple graphics element allowed ?
eg:
<Marker ..>
        <path/>
        <path/>
</Marker>

or only single element ?

- any constraint not allowed for the above eg: filter, gradient, etc
inside graphics object that define the marker ?

Note: this is for SVG 1.1 and if SVG 1.2 is behave differently, it would
be nice to be indicated it is SVG 1.2 only

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

Received on Friday, 2 November 2007 05:05:36 UTC