PDF vector export stub

This commit is contained in:
Jindra Petřík
2021-03-16 22:07:13 +01:00
parent 50bea979b4
commit 2d0a96be46
16 changed files with 612 additions and 45 deletions

View File

@@ -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, new Matrix(), m, colorTransform, zoom);
timeline.toImage(frame, time, renderContext, image, false, m, new Matrix(), m, colorTransform, zoom, false);
return image;
}