Description | libsvgtiny is able to parse inline style declarations containing "fill", "stroke" and "stroke-width" properties but it does not yet support <style> elements.
Adding <style> support with libcss is not too difficult, but libcss doesn't know about most of the properties and values that can appear in an SVG. There's a big list of them in the spec, but for libsvgtiny, the important ones are those that italready understands: "fill", "stroke" and "stroke-width". If libcss were able to parse those, it would be possible to add <style> support to libsvgtiny in a backwards-compatible way.
|
---|