Hi Frod,
news <[EMAIL PROTECTED]> wrote on 04/19/2007 08:08:44 AM:
> Batik apparently fails to understand rotation transforms like
> "rotate(2rad)". That is, any rotation where the angle is explicitly
> given a unit (as described in the SVG spec, Section 4.1 Basic data
> types), Batik generates an error that the transform attribute is
> invalid.
Batik is correct to do so.
> Looks like a bug to me, although I thought I'd ask here since
> I'm not 100% sure I read the spec correctly (but AVT happily accepts
> the above syntax).
What is AVT? ASV (Adobe SVG Viewer)?
Please review the BNF for the transform attribute:
http://www.w3.org/TR/SVG11/coords.html#TransformAttribute
The Angle type is a hold over from CSS, so it is only used for
some CSS properties (glyph-orientation-horizontal/vertical) and the
associated presentation attributes.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]