[Bug 12140] Why is there no getTransform() method?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12140

andrew morton <graveltech@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |graveltech@gmail.com

--- Comment #1 from andrew morton <graveltech@gmail.com> 2011-02-19 19:17:46 UTC ---
My use case is a LOGO interpreter in Javascript that does the drawing on the
canvas. I'm able to use transformations to draw the path of the turtle but if I
draw the turtle then I need to clear the canvas before running the next command
to avoid leaving a series of turtles. If I was able to load the transformation
matrix I believe I could use it as a CSS transformation to position an image on
top of the canvas.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 19 February 2011 19:17:48 UTC