ViewBoxTrasformations

2003-11-05 Thread Mathias Schroeder
Hello again, with certain SVGs the JSVGCanvas changes the ViewBox-Matrix to fit with the Canvas size, if the Canvas size changes. How could i stop that or how am i able to alter the ViewBox Matrix, because there is no setViewBoxTransform() method. (i am using java) thanks Mathias Schroeder --

Re: image width and height

2003-11-05 Thread Thomas DeWeese
GVS Srinivas wrote: thanks a lot.i get svg input as a string which is not cataining the viewbox,after your suggestion,i have decided to modify the svg in the run time.is there any possibilty of setting the viewbox attributes directly to the batik instead of introducing in the svg??.if it is there

Re: ViewBoxTrasformations

2003-11-05 Thread Thomas DeWeese
Mathias Schroeder wrote: with certain SVGs the JSVGCanvas changes the ViewBox-Matrix to fit with the Canvas size, if the Canvas size changes. How could i stop that or how am i able to alter the ViewBox Matrix, because there is no setViewBoxTransform() method. (i am using java) Hi Mathias, You

Any release plans?

2003-11-05 Thread Peter Becker
Hi all, I just wonder if there are any new releases planned for Batik. I'd like to update my little XWeb program with the changes for PNG gamma and text rendering. The "jars" target in the build script would obviously do the job, but if you plan a release I'd rather wait for that. Thanks, Pet

Memory Leak in Batik

2003-11-05 Thread tdeweese
> Thomas, there is another issue with my example > (http://www.carto.net/papers/svg/us_population/) - if you load it in Batik and > watch the memory: with each mouse-over and the corresponding event handlers, the > used memory increases, and after a while it will reach "out of memory" - > do you t

Re: Any release plans?

2003-11-05 Thread Thomas DeWeese
Hi Peter, Peter Becker wrote: I just wonder if there are any new releases planned for Batik. I'd like to update my little XWeb program with the changes for PNG gamma and text rendering. The "jars" target in the build script would obviously do the job, but if you plan a release I'd rather wait