Thanks thomas..This helped me and I was able to solve my issue...
thomas.deweese wrote: > > 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. > > :-):-):-):-) -- View this message in context: http://www.nabble.com/How-to-set-Stroke-Miter-Limit-tp25219948p25278139.html Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
