Many of the SVG DOM interfaces refer to objects of class {@link org.vectomatic.dom.svg.OMSVGPoint}. An {@link org.vectomatic.dom.svg.OMSVGPoint} is an (x, y) coordinate pair.When used in matrix operations, an {@link org.vectomatic.dom.svg.OMSVGPoint}is treated as a vector of the form:
[x] [y] [1]
If an {@link org.vectomatic.dom.svg.OMSVGRect} object is designatedas read only, then attempting to assign to one of its attributes will result in an exception being thrown.
|
|