-
Notifications
You must be signed in to change notification settings - Fork 33
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
Logo Implementation TODO #37
Comments
Is this up to date? |
Yes this is currently up to date, we still have things we need to implement that are in this list
…Sent from my iPhone
On Nov 13, 2018, at 6:35 AM, Daniel Shiffman <[email protected]<mailto:[email protected]>> wrote:
Is this up to date?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#37 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ABZ1YBvvwHldND2gf5fWga-NRq_hM4Eqks5uutiigaJpZM4YXtnT>.
|
Circle mode center or corner`?? |
@Toyz Hi for #75 do you know where the
Should we implement a |
For color, should it be rgb, or should it be like this: |
Circle could he a shortcut to arc |
And we could change the color command to support rgb instead of having a colorrgb function |
So we should replace the color command with colorRGB or just make it support both hex and RGB? |
Below is a list of things that still need to be implemented into the parser for the logo language:
circle radius extend steps
dot radius
pensize strokeSize
pencolor color
fillcolor color
note: this is dealing with custom shapes which we currently don't support yetfill true/false
note: uses fillcolor to fill the shape if truewrite text
note: this writes to the canvas as text ex "hello world"Things to implement in turtle to add more features:
--
Note: In Logo
color
sets bothfillcolor
andpencolor
, this means we don't actually implementcolor
properly yetThe text was updated successfully, but these errors were encountered: