RE: background-image-frame

[Chris Lilley:] 
> On Monday, July 11, 2011, 10:34:16 PM, Tab wrote:
> 
> TAJ> On Sat, Jul 9, 2011 at 12:47 PM, Sylvain Galineau
> TAJ> <sylvaing@microsoft.com> wrote:
> >> You can do this in IE9 using SVG; define a <viewBox> for each image,
> >> given them an ID and reference them using a fragment e.g.
> >> background-image: url('./images.svg#third-frame');
> 
> TAJ> There's no such thing as a <viewBox> element defined in SVG, as far
> TAJ> as I can tell.  Did you mean a nested <svg>, or am I just looking
> TAJ> at the wrong references?
> 
> Or did you mean the view element?
> 
> http://www.w3.org/TR/SVG/linking.html#ViewElement
> 
> more generally,
> http://www.w3.org/TR/SVG/linking.html#LinksIntoSVG
> 

That would be using the viewBox *attribute* of the view element, of course. 
My bad. So you reference the ID of the corresponding <view>.

Received on Monday, 11 July 2011 21:44:01 UTC