Replies: 1 comment 3 replies
-
Do you mean that you get inverted result? Second image seems to have triangles missing where they are present in the first image. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, Artem,
I started to play around with your library for the purpose of traingulating SVGs. I need the topic it for topology research.
So I have such topology SVG input.
I get the below triangulation result for above SVG.
Using the
conformToEdges
API, I suspect the SVG to triangulate to more "regular" triangles, i.e to triangles that have plus-minus equal sides and angles.I think I miss some configuration to do task properly. Can you clarify what needs to be done for library to produce more regular triangles?
Below is a function that I use to triangulate SVG
I can post full code for the topic. It's Linux utilizing
XCB
,cairo
andlibtinysvg
.Beta Was this translation helpful? Give feedback.
All reactions