Re: CSS background-image reference to inline SVG

On Mon, Feb 4, 2013 at 12:02 PM, Roman Liutikov
<roman01la@romanliutikov.com> wrote:
> I'm working on a project where a lot of SVG graphics are required and I
> really like the idea of using inline SVG. What I'm looking for is an ability
> to use the inline SVG with CSS background-image property by linking to its
> id:
>
>    background-image: url(#myShape);
>
> Data URI is great, but I don't think that somebody would like to mess the
> code with numbers of lines for the only image.

This *should* already by possible. Where it's not, please file bugs on browsers.

~TJ

Received on Monday, 4 February 2013 23:21:48 UTC