[whatwg] Canvas transform() and matrix element notation

Boris Zbarsky bzbarsky at MIT.EDU
Mon Jul 19 13:56:49 PDT 2010


On 7/19/10 4:54 PM, Boris Zbarsky wrote:
> While true, if you look at the way one constructs an AffineTransform by
> passing in the matrix entries [4]:
>
> AffineTransform(double m00, double m10, double m01, double m11,
> double m02, double m12)

That should have been:

[4] 
http://download.oracle.com/docs/cd/E17476_01/javase/1.4.2/docs/api/java/awt/geom/AffineTransform.html#AffineTransform%28double,%20double,%20double,%20double,%20double,%20double%29

-Boris



More information about the whatwg mailing list