[Webkit-unassigned] [Bug 100269] SVG CSS styling doesn't initially work for SVG in <img>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 7 09:19:52 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=100269





--- Comment #12 from Dirk Schulze <krit at webkit.org>  2012-12-07 09:22:19 PST ---
(In reply to comment #11)
> (In reply to comment #10)
> > (In reply to comment #9)
> > > Actually I don't get this at all.
> > > The source for the drop shadow example is
> > > http://www.voormedia.nl/blog/2012/10/creating-svg-vector-graphics-for-maximum-browser-compatibility/images/dropshadow-de0ba3e8.svg
> > > 
> > > This just has an <image> with a data URI. I don't see any filters there at all. So maybe we're just not loading data URIs?
> > > 
> > > But this also makes it not a test of SVG features, suggesting that the page is just bogus. I do notice:
> > > 
> > > <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
> > 
> > Hey, "Adobe Illustrator 16.0.0, SVG Export Plug-In" is no sign for a bogus page ;). No, we discussed this before, many "filters" are no filters on this page. But not all failing tests have images, some load fonts, which does not seem to work either. If at all, it is a general loading issue.
> 
> Do we not allow SVG in <img> to load subresources?

We do. It was limited up to a certain grade of references (load svg, that loads an svg that loads an image...). But this is a single reference and should work. And id does after relaoding the page. Guess out of the blue: Maybe we don't repaint if the resource is available at a later point? This could make sense on SVGImage

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list