Hi All

See attached svg image file. when I load it in squiggle (batik 1.6) it takes over a minute to render. most of the time is used for creating the GVT tree. but when I open it using IE with ASV it takes maximum of 6-7 seconds to render. Why?

Now in my swing app I load the main svg file (which has the attached file as an image element) onto JSVGCanvas. I also create a buffered image for the attached image file before I render it onto svgcanvas. I create the buffered image by creating a gvt tree, using staticrenderer. I create a buffered image so that I can set my cursor image to the buffered image for drag and drop operations on the svg image. Now the main svg file loads and renders quite quickly but the process of creating a buffered image takes a long time( equal to the time squiggle takes in building the gvt tree for attached image).

my question here is

1) when you attach an svg image to another svg file and render it, is the gvt tree not created for the image?

2) is there anyway I can get a buffered image for a svg image file without building the GVT tree? are there any shortcuts?


Thanks in advance

Chandra Srinivasan




Attachment: 0_SITE.svgz
Description: application/gzip-compressed

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to