>Hi all,
>Does anyone have an example of some code to create an SVG document
>with an image referenced by a URL, rather >than an embedded png?
>I know the SVG fragment needs to look something like this:
>http://www.myimagelink.ishere...";
If you are using a recent CVS version of Batik
you may tr
Title: RE: Using URL rather than embedded PNG from SVGGraphics2D
Hi Thomas,
I already had the images as jpeg, publicly accessible. Thanks to your suggestion, I implemented a new ImageHandler which ignores the images. A public method setCurrentURL(url) is called BEFORE the g2.draw
> "BM" == Brigette Muller <[EMAIL PROTECTED]> writes:
BM> Hi all,
BM> Does anyone have an example of some code to create an SVG
BM> document with an image referenced by a URL, rather than an
BM> embedded png?
[...]
BM> What I would like to do is on writing the image to the SVG,
BM>
Title: Using URL rather than embedded PNG from SVGGraphics2D
Hi all,
Does anyone have an example of some code to create an SVG document with an image referenced by a URL, rather than an embedded png? I know the SVG fragment needs to look something like this:
http