-
-
Notifications
You must be signed in to change notification settings - Fork 4
Turtle 0.2.0 : Turtles All The Way Down #222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using .SVG in .dataURL
Using .SVG in .dataURL
Using .SVG in .dataURL
Also colorizing FollowThatTurtle examples and fixing names.
Colorizing example
Colorizing example
Colorizing example
Fixing hide and seek example
Fixing hide and seek example
Fixing hide and seek example
Adjusting hide and seek size
…ellWeb/Turtle into turtles-all-the-way-down
Adjusting pattern display size
Adjusting pattern display size
Adjusting pattern display size
Adding InscribedCircle example
Adding InscribedCircle example
Adding InscribedCircle example
Linking to complex example source
Linking to complex example source
Linking to complex example source
Updating Module Manifest and CHANGELOG
Updating Module Manifest and CHANGELOG
Updating Module Manifest and CHANGELOG
Updating Module Manifest and CHANGELOG
Fixing inscribed circle example (forcing ordering)
Fixing inscribed circle example (forcing ordering)
The joy of double procession comparison
Adding note and social links
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Turtle 0.2:
Turtles All The Way Down
A turtle can now contain
.TurtlesWhich can contain
.TurtlesWhich can contain
.TurtlesWhich can contain
.Turtles...Turtle.get/set_Turtles(Turtle.get/set_Turtles#207)Turtle.get_SVGsupports children (Turtle.get_SVGchild support #209)Turtle.get_Canvasrasterization improvement (Turtle.get_Canvasshould load the SVG #210)Turtle.Towards()multiple targets (Turtle.Towards()should accept targets or coordinates #211)Turtle.Distance()multiple targets (Turtle.Distance()should accept targets or coordinates #212)Turtle.Morphsupports stepwise animation (Turtle.Morphempty morph support #215)Turtle.Step()uses Add (Turtle.Step()should use .Add #213)Turtle.set_Stepsinitialization fix (Turtle.set_Stepsreinitializes empty collections #214)Turtle.set_Durationanytime (Turtle.set_Durationshould change existing durations #216)Turtle.get_SVGempty viewbox support (Turtle.get_SVGshould allow an empty viewbox #218)Turtle.get/set_SVGAttribute(Turtle.get/set_SVGAttribute#219)Turtle.get/set_SVGAnimation(Turtle.get/set_SVGAnimation#220)Turtle.get/set_PathTransform(Turtle.get/set_PathTransform#217)Turtle.Forward()removing rounding (Turtle.Forward()should not round #221)