SVGMarkerElement::markerUnits

Per the 2000/03/03 WD, SVGMarkerElement contains a readonly attribute
markerUnits which is described as follows:

"readonly unsigned short markerUnits
Corresponds to attribute markerUnits on the given 'marker' element.  One
of the Marker Unit Types defined above"

markerUnits is a readonly attribute so it does not have an associated
set/mutator method.  None of the other attributes within SVGMarkerElement
define methods that would allow markerUnits to be modified.  How then is
the user supposed to set the value of markerUnits?

S.

Received on Thursday, 20 April 2000 13:13:51 UTC