mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 11:54:36 +00:00
Fixed: Flash viewer - strokes scaling, cropped strokes
This commit is contained in:
@@ -2903,7 +2903,7 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
RenderContext renderContext = new RenderContext();
|
||||
renderContext.cursorPosition = cursorPosition;
|
||||
renderContext.mouseButton = mouseButton;
|
||||
timeline.toImage(frame, time, renderContext, image, false, m, transformation, m, colorTransform);
|
||||
timeline.toImage(frame, time, renderContext, image, false, m, new Matrix(), m, colorTransform);
|
||||
|
||||
return image;
|
||||
}
|
||||
@@ -3830,4 +3830,9 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
removeTag(index);
|
||||
addTag(index, newTag);
|
||||
}
|
||||
|
||||
@Override
|
||||
public RECT getRectWithStrokes() {
|
||||
return getRect();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user