Skip to content

Commit 4afb1aa

Browse files
committed
Changed a line + merged GitHub changes
2 parents 5360a41 + 4ad6539 commit 4afb1aa

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,3 @@ The interface is intentionally simplified through a single static class (I know
6060
- `PenVisible` - gets / sets the visibility of the pen. The default pen size is true. True means the pen is down (draws a line when the turtle moves). False means the pen is up (no line is drawn when the turtle moves).
6161
- `ShowTurtle` - gets / sets whether the turtle is visible. By default it is visible.
6262
- `Delay` - gets / sets the turtle delay in milliseconds after moving / rotating. By default the delay is 0 (no delay). Setting the delay to 100-300 will simulate a pleasant "animation effect". `Delay` is preserved after `Reset()`.
63-
64-
Changed a new line

TODO.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@
55
bug: Does not compile in VS 2013 (.NET 4.5)
66

77
[fixed] bug: Long draw with delay=200 fails, e.g. draw 200 lines. Seems like the draw takes too much time to be processed in the event handler.
8-
9-
...

0 commit comments

Comments
 (0)