mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-12 11:39:27 +00:00
#1156 9-slice scaling - better stroke scaling
This commit is contained in:
@@ -364,7 +364,7 @@ public class FolderPreviewPanel extends JPanel {
|
||||
image.fillTransparent();
|
||||
if (imgSrc == null) {
|
||||
DrawableTag drawable = (DrawableTag) treeItem;
|
||||
drawable.toImage(0, 0, 0, new RenderContext(), image, false, m, new Matrix(), m, null);
|
||||
drawable.toImage(0, 0, 0, new RenderContext(), image, false, m, m, m, null);
|
||||
} else {
|
||||
Graphics2D g = (Graphics2D) image.getGraphics();
|
||||
g.setTransform(m.toTransform());
|
||||
|
||||
Reference in New Issue
Block a user