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

Retain stroke paths in Painter commands #632

Open
M-Adoo opened this issue Sep 29, 2024 · 0 comments
Open

Retain stroke paths in Painter commands #632

M-Adoo opened this issue Sep 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@M-Adoo
Copy link
Collaborator

M-Adoo commented Sep 29, 2024

Previously, we were converting stroke paths into fill paths to unify the paths in the painter's results, which appeared to simplify the process. However, we should revert to keeping both stroke and fill paths in the painter results. This approach will provide more consistent APIs for paths and enable more effective caching for drawing paths in painter backends.

@M-Adoo M-Adoo added the enhancement New feature or request label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant