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

MFPaint: Preview shapes #291

Open
Brycey92 opened this issue Nov 17, 2022 · 0 comments
Open

MFPaint: Preview shapes #291

Brycey92 opened this issue Nov 17, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request future

Comments

@Brycey92
Copy link
Collaborator

Brycey92 commented Nov 17, 2022

Super stretch goal / 2024 stuff:
When blinking a corner of a rectangle or center of a circle or something, I propose a setting to blink the entire proposed shape.

According to @dylwhich:

all the drawing functions would need to be modified to be able to keep track of every pixel they draw and what color it was before for that to work

@Brycey92:

couldn't you just draw the extra pixels after drawing the existing canvas, then turn off the extra draws for the next fraction of a second, etc?

@dylwhich:

no, not really. the canvas doesn't exist outside of the framebuffer, so anything that needs to be temporarily drawn over top of it has to keep track of the canvas pixels that are underneath in order to be "un-drawn," and I don't think the current system for doing that would work well at all for something like a max radius filled circle

@Brycey92 Brycey92 added enhancement New feature or request future labels Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request future
Projects
None yet
Development

No branches or pull requests

2 participants