jwmcglynn / donner

Donner SVG, a modern C++20 SVG rendering library supporting the latest SVG2 and CSS3 standards
https://jwmcglynn.github.io/donner/
ISC License
13 stars 1 forks source link

`<clipPath>` support #170

Closed jwmcglynn closed 4 months ago

jwmcglynn commented 5 months ago
jwmcglynn commented 5 months ago

https://github.com/jwmcglynn/donner/commit/cd52962919525d68c3c337e88fb0cba75602015f is the start, but it has lots of failing tests in resvg_test_suite.cpp:

https://github.com/jwmcglynn/donner/blob/cd52962919525d68c3c337e88fb0cba75602015f/donner/svg/renderer/tests/resvg_test_suite.cc#L208-L243

jwmcglynn commented 4 months ago

https://github.com/jwmcglynn/donner/pull/171 adds clip-rule support