AW: Using URL rather than embedded PNG from SVGGraphics2D

2001-07-17 Thread Thieler Jens
>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

RE: Using URL rather than embedded PNG from SVGGraphics2D

2001-07-16 Thread Brigette Muller
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

Using URL rather than embedded PNG from SVGGraphics2D

2001-07-16 Thread Thomas E Deweese
> "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>

Using URL rather than embedded PNG from SVGGraphics2D

2001-07-16 Thread Brigette Muller
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