mattdesl / svg-mesh-3d

:rocket: converts a SVG path to a 3D mesh
http://mattdesl.github.io/svg-mesh-3d/
MIT License
1.2k stars 92 forks source link

Add support for converting svg color fills #9

Open twilson90 opened 2 years ago

twilson90 commented 2 years ago

I'm trying without much success to convert contours with solid fills into triangulated meshes, while retaining the fill from the original contours. I've been trying to achieve this with the Tess2 library but cannot get it to work 100% of the time. Any ideas how this could be implemented?