BachiLi / diffvg

Differentiable Vector Graphics Rasterization
https://people.csail.mit.edu/tzumao/diffvg/
Apache License 2.0
902 stars 152 forks source link

Considering multiple widths in BVHNode construction. Resolves #43 #44

Open colormotor opened 1 year ago

colormotor commented 1 year ago

See only scene.cpp

colormotor commented 1 year ago

Fixed another issue, num_base_points->num_points and considering all thicknesses in d24cfc1

BachiLi commented 1 year ago

Thanks a lot! Any chance you can add a test for me so that I can try this out?