Re: [css3-images] Referencing <svg> element directly with element()

On Fri, Feb 24, 2012 at 3:31 PM, Dirk Schulze <dschulze@adobe.com> wrote:
> I was more looking at the actual size of the area. This is important for relative values. For userSpaceOnUse, the area is typically the viewport size, for objectBoundingBox the bounding box of the element.

Yes.  This detail was intentionally copied from roc's implementation
of paint-servers-in-CSS (just using url()).  Both coordinate systems
use the same origin and size (for resolving percentages) when used in
element().  The only difference is the size of the user coordinate.

~TJ

Received on Friday, 24 February 2012 23:37:19 UTC