[Bug 11819] var c = document.getElementById('canvas'); var ctx = c.getContext('2d'); ctx.drawSvg(SVG_XML_OR_PATH_TO_SVG, dx, dy, dw, dh);

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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |ian@hixie.ch
         Depends on|                            |11488

--- Comment #5 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-02-11 01:30:12 UTC ---
What are the intrinsic dimensions of an <svg> node? What should it render,
exactly? e.g. what time should it use for animations, should filters that are
based on content outside the <svg> be recomputed, should any scripts or events
run?

See also bug 11488.

-- 
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 Friday, 11 February 2011 01:30:16 UTC