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
If needed I implemented my own clipping algorithm (3 variants) in the marlin renderer that supports any closed polygon or stroked/dashed path...
It works as a stream processor and blazing fast.
If needed I could port it to python or C...
The text was updated successfully, but these errors were encountered:
Here is the filled shape case (polygon): https://github.com/bourgesl/marlin-renderer/blob/5b1cbb57c39082cc444807daec401dd033754af7/src/main/java/sun/java2d/marlin/TransformingPathConsumer2D.java#L513
Sorry, something went wrong.
Thanks!
No branches or pull requests
If needed I implemented my own clipping algorithm (3 variants) in the marlin renderer that supports any closed polygon or stroked/dashed path...
It works as a stream processor and blazing fast.
If needed I could port it to python or C...
The text was updated successfully, but these errors were encountered: