-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fill issue #8
Comments
I haven't run your code, but I am guessing you need to use I will also note that |
Just tried that. The issue then is that the rest of the emoji is white too :( |
When you call One recommendation is that at the beginning of each function, you set the fill to what you want it to be for that function. Then you know it will be correct for that function and you don't have to worry about if the Sketch will change if you call the functions in a different order. Another approach is to use |
Hi! I have another question.
If you look at the open mouth method in this file (https://github.com/marziabil/emojis/blob/py5/mouth.py) - it has a fill feature. However, once the draw method is called from the emoji class, then the entire face gets filled in black. Is there a way to go around this? I'm facing this issue in other files too. I tried moving the fill feature but that's not working
Thanks in advance!
The text was updated successfully, but these errors were encountered: