mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-25 07:15:40 +00:00
Fixed minimum stroke width
This commit is contained in:
@@ -429,7 +429,8 @@ public class BitmapExporter extends ShapeExporterBase {
|
||||
|
||||
//always display minimum strokem of 1 pixel, no matter how zoomed it is
|
||||
if (thickness * realZoom < 1) {
|
||||
thickness = 1 / realZoom;
|
||||
//thickness = 1 / realZoom;
|
||||
//TODO: fix for #1684
|
||||
}
|
||||
|
||||
if (joinStyle == BasicStroke.JOIN_MITER) {
|
||||
|
||||
Reference in New Issue
Block a user