Hard-coded path, Hard-coded solid color | Hard-coded path, Gradient from <defs> | ||
Path from <defs>, Hard-coded solid color | Path from <defs>, Gradient from <defs> |
15-Feb-2013: This is a test of SVG embedded in HTML. Firefox and Chrome correctly show four green checkmarks above, two solid and two with gradients. The "Open as Blob..." button below runs the same SVG test inside a Blob object in a new window or tab. Ideally, the same four green checkmarks should be displayed.
Chrome Canary 27.0.1412.2 (Win7) in the "Blob" view shows only 2 of 4 checkmarks correctly. This indicates that the reference to the linearGradient in the SVG's <defs> did not work inside the Blob, but the reference to the path in the <defs> worked correctly.
Firefox 18.0.2 in the "Blob" view shows only the first checkmark, and the rest are missing. This indicates that both the references to paths and gradients in the <defs> section did not work in the Blob.