diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/BitmapExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/BitmapExporter.java index c4371c535..4be4b2ebd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/BitmapExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/BitmapExporter.java @@ -106,8 +106,9 @@ public class BitmapExporter extends ShapeExporterBase { * This outline is distorted by our AffineTransform relative to the * outline which would be given by the base stroke, but only in terms of * scaling (i.e. thickness of the lines), as translation and rotation - * are undone after the stro @Override king. + * are undone after the stroking. */ + @Override public Shape createStrokedShape(Shape s) { Shape sTrans = transform.createTransformedShape(s); Shape sTransStroked = stroke.createStrokedShape(sTrans); diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties index d7f8e1595..b85654421 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties @@ -512,4 +512,4 @@ button.zoomfit.hint = Zoom to fit button.zoomnone.hint = Zoom to 1:1 button.snapshot.hint = Take snapshot into clipboard -editorTruncateWarning = Text truncated at position %chars% in debug mode. \ No newline at end of file +editorTruncateWarning = Text truncated at position %chars% in debug mode.