Re: SVGTransform::setSkewX/setSkewY and infinity

Eric,

The contents of Matrices are numbers and numbers per
http://dev.w3.org/SVG/profiles/1.1F2/publish/types.html cannot be infinite
so skew(90) is a problem whether in markup or DOM as you can't serialise it.
Firefox is going to stop you setting things to infinity and will refuse to
draw things of infinite size.

Best regards

Robert.

Received on Monday, 25 January 2010 13:47:37 UTC