Skip to content

Commit 7427d38

Browse files
fix: Fixing GoTo/Teleport position tracking ( Fixes #90 )
2 parents 23408ef + c8e2db9 commit 7427d38

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Examples/EndlessHilbert.svg

Lines changed: 1 addition & 1 deletion
Loading

Turtle.types.ps1xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,14 @@ return $this.LSystem('F', [Ordered]@{
11101110

11111111
</Script>
11121112
</ScriptMethod>
1113+
<ScriptMethod>
1114+
<Name>ToString</Name>
1115+
<Script>
1116+
param()
1117+
1118+
return "$($this.SVG.OuterXml)"
1119+
</Script>
1120+
</ScriptMethod>
11131121
<ScriptMethod>
11141122
<Name>TwinDragonCurve</Name>
11151123
<Script>

0 commit comments

Comments
 (0)