-
-
Notifications
You must be signed in to change notification settings - Fork 43
Integrate SixLabors.PolygonClipper #364
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
base: main
Are you sure you want to change the base?
Integrate SixLabors.PolygonClipper #364
Conversation
0081dff to
2e76417
Compare
First draft of implementing PolygonOffsetter Also added back the IntersectionRule to GenerateClippedShapes. It is not implemented yet
* Initialized clip and subject with empty polygon add a contour per path
…annikolei/ImageSharp.Drawing into sn/integrate-polygonclipper
src/ImageSharp.Drawing/Shapes/PolygonClipper/PolygonOffsetter.cs
Outdated
Show resolved
Hide resolved
|
@stefannikolei I made some huge progress tonight. The new stroker ported from AGG is now integrated with path outline generation. I still need to replace the existing Pen end-cap and line-join options to use the new ones as we're adding inner-join and wire them up. Output looks good. I had to tweak our pattern generating outline code to get things working but it resulted in more accurate stroke length (new is left)
|
|
What is AGG? |

No description provided.