mirror of
https://github.com/jneug/zeichenmaschine.git
synced 2026-04-14 06:33:34 +02:00
closePath() finalisiert den erstellten Pfad
This commit is contained in:
@@ -298,6 +298,7 @@ public class TurtleLayer extends Layer {
|
||||
if( pathOpen ) {
|
||||
addPosToPath();
|
||||
path.closePath();
|
||||
path.trimToSize();
|
||||
pathOpen = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user