Performance questions
Hi,
I'm using Batik to generate charts and graphs dynamically within a servlet
container. (Various data graphs, SVG size: ~4-5kb)
Currently I do this by creating an SVG, and then modifying the elements and
attributes to describe my graph. Then, depending on the type of rep
Howdy all,
Question for anyone: how do I find the index of a character in a
SVGTextContentElement just-prior to a sub-element?
I'm working on an SVG-Editor, and when the user clicks on a text element,
it becomes the active text element and is where characters get inserted /
removed. I'm stuck o
hi,
I was wondering if anyone knows if there might be plans for a 1.5.1
release. I saw a message about it in November,
http://koala.ilog.fr/batik/mlists/batik-users/archives/msg04679.html,
and then Batik 1.5.1 release candidate 2 came in December but nothing
since then. Or alternatively, does a
Hi,
what I did is I simply changed the
AbstractPanInteractor which comes with Batik, made it
use setRenderingTransform() instead of
setPaintingTransform() in the mouseDragged() method,
recompiled, and tried the stuff. Now, it appears to do
what I wanted previously, but
a) very slowly, I guess beca
At 04:45 PM 2/2/2004 -0500, Thomas DeWeese wrote:
Hi Peter,
I'm not sure why this isn't being discussed on www-svg as it seems a
more appropriate forum - please feel free to redirect there.
Peter Sorotokin wrote:
At 07:00 PM 2/1/2004 +0100, Chris Lilley wrote:
TD> yes I consider the changes de
Peter Sorotokin wrote:
TD> yes I consider the changes detrimental, the new formulation
TD> will be harder to author correctly, and _much_ harder to implement.
So you said. Your comments, along with other folks comments, will of
course be taken into account.
I would really like to see the details
Chris Cruzdal wrote:
I have another question, this time regarding how it is
possible to enable rendering the _whole_ SVG document
and not just the originally visible _part_ when
panning. I am using Batik in an applet to dispay quite
large graphs, thus the users need to pan the document.
This works
Hi,
I have another question, this time regarding how it is
possible to enable rendering the _whole_ SVG document
and not just the originally visible _part_ when
panning. I am using Batik in an applet to dispay quite
large graphs, thus the users need to pan the document.
This works perfectly, but I