- From: Stephane Hillion <Stephane.Hillion@sophia.inria.fr>
- Date: Fri, 01 Sep 2000 08:18:47 +0200
- To: www-svg@w3.org
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