Hi Tonny,

Tonny Kohar <[email protected]> wrote on 01/20/2009 12:39:01 AM:

> Is it possible to embed svg inside svg using base64 data protocol eg:
> data:image/svg+xml;base64;...  in apache Batik?
> I could embed raster image using the above, but not for svg vector 
graphics.

   Unfortunately not, our Base64 support comes by way of our ParsedURL
class which use used widely but not widely enough to read SVG files
(basically most uses of URL need to be replaced with ParsedURL).

Reply via email to