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.py Issues #9

Open
duskfallcrew opened this issue Dec 30, 2024 · 0 comments
Open

canvas.py Issues #9

duskfallcrew opened this issue Dec 30, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@duskfallcrew
Copy link
Collaborator

  1. canvas.py Issues:

Text Tool Implementation: When you click to use the text tool - It does not implement the click function properly

Path Reset: The path for smooth line drawing was not always being reset (this was mostly a cause of the drawing issues), we'll fix this by setting the path to a default path in mouseReleaseEvent.

Ghosting: The Ghosting logic was adding another layer on top of the current image and not simply "ghosting" the previous layer - Causing odd effects when drawing.

Blender Tool: The blender tool has a hardcoded opacity, we need to fix this.

@duskfallcrew duskfallcrew added the bug Something isn't working label Dec 30, 2024
@duskfallcrew duskfallcrew self-assigned this Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant