RazrFalcon / resvg

An SVG rendering library.
Mozilla Public License 2.0
2.74k stars 220 forks source link

docs: add features in svg-next #745

Closed yisibl closed 5 months ago

yisibl commented 5 months ago

These features used to exist in SVG2, but are now being deferred to future versions of SVG.

For example, Inkscape generates SVG with hatch elements, so this is documented in case anyone is confused that resvg doesn't support them.

RazrFalcon commented 5 months ago

I don't think we should include this. Only stuff from the published spec should be included.

We do not support some SVG Tiny stuff either. The list can go forever.

Basically, if something isn't in the spec - resvg doesn't support this. I don't know what would be the better way to communicate this, but definitely no the SVG 2 changelog.