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

Warn about bezier curves in path data #11

Open
JayFoxRox opened this issue Jun 15, 2020 · 0 comments
Open

Warn about bezier curves in path data #11

JayFoxRox opened this issue Jun 15, 2020 · 0 comments

Comments

@JayFoxRox
Copy link

We should avoid bezier curves if possible (for performance and to reduce file complexity).

I believe some of the very straight lines are actually bezier curves, because someone probably accidentally touched a handle.

We should find such cases and if the handles and control points are on the same line (or very close to it), then we should probably warn, so the user can turn it into a straight line.

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

No branches or pull requests

1 participant