SVG/Canvas DrawImage Issue

>From the canvas spec, drawImage states that drawImage should draw based on the intrinsic dimensions of an image.

We need clarification on what to do if the intrinsic dimensions of the source are percentage based.

Webkit establishes the size the based on window size when you loaded it.  When you resize the window, you get different results on the Canvas.

Thoughts/Clarifications are welcomed.

Received on Tuesday, 20 July 2010 13:52:12 UTC