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

Issues in V3 #45

Open
NinthDesertDude opened this issue Dec 20, 2021 · 0 comments
Open

Issues in V3 #45

NinthDesertDude opened this issue Dec 20, 2021 · 0 comments
Labels

Comments

@NinthDesertDude
Copy link
Owner

NinthDesertDude commented Dec 20, 2021

These will be scratched off whenever addressed.

  1. Turning default loaded brushes on or off changes the active brush unexpectedly (it has to do with the chosen brush index probably not being updated).

  2. Names added to the brush picker will be added horizontally.

  3. The horizontal, vertical, and both symmetry modes aren't counter-rotated when drawing on a rotated canvas.

  4. The code that loads brushes redraws them with various incorrect settings including off-by-one alpha errors due to using ConvertToPremultipliedAlpha(). Make sure it draws the exact same as it should be.

  5. Normal blending with hsv mixing is weird unless rgb/hsv jitter is on, then it only acts weird when random min alpha is also on. It filters the color out very quickly to produce white more often than it should. Probably a premultiplication error again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant