[css4-images] paint server and userSpaceOnUse

Hi,

The CSS4 Images specification defines the origin of the coordinate system at the top left of the object for 'userSpaceOnUse' currently. While this is the case for HTML elements, this seems to be incorrect for SVG elements. An object in SVG does not need to be positioned on the top left of it's coordinate system:

<rect x="200" y="200" width="200" height="200"/>

See SVG Pattern for a detailed description [2].

Greetings,
Dirk

[1] http://dev.w3.org/csswg/css4-images/#paint-sources
[2] http://www.w3.org/TR/SVG/pservers.html#Patterns

Received on Tuesday, 25 September 2012 13:37:49 UTC