Comment 33 for bug 168244

Revision history for this message
Ezmer DeKleaner (edekleaner) wrote : Re: [win32] image tag does not find SVG source

An a first nest it works on Ubuntu. Fails on Mac OS.

so this structure works:
outer.svg
   inner.svg

but, if the nested SVG has another SVG inside then it fails on linux (with no warning, no display of the lowest nested SVG)
(using image tag).

top-outer.svg
 outer.svg
   inner.svg

This should recurse until it runs out of stack space, (as well as monitoring for previously linked svg's).

Opera appears to do this correctly. This also fails on Webkit (Safari, Chrome) as well as Firefox