We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's no option to choose "non-zero" vs "even-odd" as the fill rule when drawing an SVG path. It looks like "non-zero" is chosen by default.
Fill rules are supported in PDFKit: https://pdfkit.org/docs/vector.html#winding_rules
In Canvas, fill rule is supported with the optional fillRule parameter. https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/fill
The text was updated successfully, but these errors were encountered:
Any news on this feature?
Sorry, something went wrong.
Added this to the roadmap for tracking: #998.
We gave support in version 1.19.16 of @cantoo/pdf-lib
No branches or pull requests
There's no option to choose "non-zero" vs "even-odd" as the fill rule when drawing an SVG path. It looks like "non-zero" is chosen by default.
Fill rules are supported in PDFKit: https://pdfkit.org/docs/vector.html#winding_rules
In Canvas, fill rule is supported with the optional fillRule parameter. https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/fill
The text was updated successfully, but these errors were encountered: