Hi Ninitha, ninitha <[email protected]> wrote on 08/31/2009 04:28:48 AM:
> I am using Batik 1.7 for generating SVG images.(Converting jfreecharts > to SVG images). I want to set the stroke miterlimit value to 1 instead of > 10(which is default). Please do let me know how to do this? The stroke miterlimit is set by JFreeChart, the SVG generator simply uses the value that JFreeChart specifies. I think you will be better off looking at JFreeChart to see how to tell it what you want drawn rather than try to 'fix' it in the SVG output. A search of "JFreeCharg BasicStroke" turned up some stuff that looked like it might be helpful.
