We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
shared-canvas/matthew.js
Line 17 in e393e3c
Good work but you can up your game! You have the x and y defined at the top but haven't used them in the drawing code!
// Draw Eye One ctx.beginPath() ctx.rect(x + 0, y + 50, 42.375, 14.125) ctx.fillStyle = '#FF00FF' ctx.fill() // Draw Eye Two ctx.beginPath() ctx.rect(x + 70, y + 50, 42.375, 14.125) ctx.fillStyle = '#FF00FF' ctx.fill() ...
Make these changes, test your work and make a pull request.
The text was updated successfully, but these errors were encountered:
Fixed
Sorry, something went wrong.
Make pull request!
I fixed this issue in Pull Request #50, I just wanted to let you know so we can resolve the issue!
No branches or pull requests
shared-canvas/matthew.js
Line 17 in e393e3c
Good work but you can up your game! You have the x and y defined at the top but haven't used them in the drawing code!
Make these changes, test your work and make a pull request.
The text was updated successfully, but these errors were encountered: