sammycage / lunasvg

SVG rendering and manipulation library in C++
MIT License
866 stars 124 forks source link

Add a supported SVG element matrix #51

Closed fire closed 3 years ago

fire commented 3 years ago
SVG Element Supported
svg 👍
g 👍
clipPath 👍
defs 👍
ellipse 👍
line 👍
path 👍
polyline 👍
polygon 👍
rect 👍
marker 👍
mask 👍
linearGradient 👍
radialGradient 👍
pattern 👍
solidColor 👍
stop 👍
symbol 👍
text 👍
use 👍
text ⛔️
filter ⛔️
image ⛔️
style ⛔️
sammycage commented 3 years ago

OK

fire commented 3 years ago

https://github.com/sammycage/lunasvg/pull/52