mchoe / SwiftSVG

A simple, performant, and lightweight SVG parser
Other
1.92k stars 229 forks source link

Is `use` element supported? #128

Closed valeriyvan closed 4 years ago

valeriyvan commented 5 years ago

Would be nice to have clear lists of supported and not supported features. Instead of just ignoring not supported elements parser would at least issue a log message.

mchoe commented 4 years ago

Unfortunately <use> is not supported. For now, these are the elements that are supported: <svg>, <g>, <path>, <circle>, <ellipse>, <line>, <polygon>, <polyline>, and <rect>