Skip to content
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

canvas: Replace TransformPoint/DrawPixel with AddPixel #1022

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

rohansingh
Copy link
Member

Instead of having each widget (like Plot) have to call TransformPoint and then separately draw a pixel, add a new AddPixel that works like all the other canvas path commands.

Instead of having each widget (like `Plot`) have to call
`TransformPoint` and then separately draw a pixel, add a new `AddPixel`
that works like all the other canvas path commands.
@rohansingh rohansingh merged commit a3e42c0 into main Mar 28, 2024
7 checks passed
@rohansingh rohansingh deleted the rohan/transform-point branch March 28, 2024 15:59
rohansingh added a commit that referenced this pull request Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant