mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 21:35:16 +00:00
negative thickness fixed
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user