mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 05:34:50 +00:00
Fixing antialias conflation includes line width
This commit is contained in:
@@ -421,6 +421,10 @@ public class BitmapExporter extends ShapeExporterBase {
|
||||
if (thickness * unzoom < 1 * SWF.unitDivisor) {
|
||||
thickness = 1 * SWF.unitDivisor / unzoom;
|
||||
}
|
||||
|
||||
if (Configuration.fixAntialiasConflation.get()) {
|
||||
thickness += 1 * SWF.unitDivisor / unzoom;
|
||||
}
|
||||
|
||||
if (joinStyle == BasicStroke.JOIN_MITER) {
|
||||
//lineStroke = new BasicStroke((float) thickness, capStyle, joinStyle, miterLimit);
|
||||
|
||||
Reference in New Issue
Block a user