negative thickness fixed

This commit is contained in:
honfika@gmail.com
2014-11-08 09:25:38 +01:00
parent a38dfeb21e
commit b459f3cef2

View File

@@ -374,9 +374,8 @@ public class BitmapExporter extends ShapeExporterBase {
break;
}
// todo: negative width??? (wordctr1.swf)
if (thickness < 0) {
thickness = 0;
thickness = -thickness;
}
if (joinStyle == BasicStroke.JOIN_MITER) {