Fixed: Flash viewer - strokes scaling, cropped strokes

This commit is contained in:
Jindra Petřík
2021-03-14 20:47:23 +01:00
parent a1c7b26b9d
commit f073a6615e
25 changed files with 360 additions and 37 deletions

View File

@@ -1646,7 +1646,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
timeline.getFrame(frame).layers.get(freeTransformDepth).matrix = newMatrix;
}
timeline.toImage(frame, time, renderContext, image, false, m, m, m, null);
timeline.toImage(frame, time, renderContext, image, false, m, new Matrix(), m, null);
Graphics2D gg = (Graphics2D) image.getGraphics();
gg.setStroke(new BasicStroke(3));