23 Jun
2004
23 Jun
'04
1:01 a.m.
<g transform="..."> <image source="....svg" /> </g>
Huh? Embedded SVG images, per the spec, remain resolution-independent (i.e. they're rendered as vectors as part of the including document, not pre-rasterized).
Ah, sure. I just didn't notice that it was not bitmaps that were embedded. I think we only support <image> for bitmaps; never tried it for embedding SVGs.