TechTeam: > I'm using batik1.7 for viewing svg file. > Inside batik1.7 there is an executable jar batik-squiggle using that > one,when trying to open this file it will throw the following exception > > SVG Error: > negative width > java.lang.IllegalArgumentException: negative width > at java.awt.BasicStroke.<init>(Unknown Source)
There is a problem with the SVG file: the element with id "ID239C" (on line 3957) has a stroke-width="" attribute that specifies a large negative value. Stroke widths must be ≥ 0. The error that Batik comes up with here is unhelpful, though. -- Cameron McCormack ≝ http://mcc.id.au/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
