Errors in fragment identifier

From 17.2.2 (SVG fragment identifiers):

<<    transformSpec ::= 'zoomAndPan(' TrueOrFalse ')' >>

should be:

<<    enableZoomAndPanControlsSpec ::= 'zoomAndPan(' TrueOrFalse ')' >>


<< The parameter values for transformSpec corresponds to the parameter
values for the transform attribute that is
 available on many SVG elements. For example, transform(matrix(2 0 0 2
10 15)). >>
was written twice.

And the next paragraph says that spaces are not allowed so I think <<
matrix(2 0 0 2 10 15) >> should be << matrix(2,0,0,2,10,15) >>.
--
    Stephane Hillion

Received on Friday, 1 September 2000 02:18:50 UTC