mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 09:00:55 +00:00
BitmapExporter comment fixed
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user