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

`<image>` and `<use>` support for `.svg` and `.svgz` files #240

Open jwmcglynn opened 4 weeks ago

jwmcglynn commented 4 weeks ago

Currently <image> only supports raster image formats, and should be extended to include SVG files.

Similar for <use> which can support referencing external files:

<use xlink:href="other.svg#elementId" />