2024-04-27 13:22 BST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002859LibCSSLibCSSpublic2023-08-29 13:14
ReporterMichael Orlitzky 
Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
StatusnewResolutionopen 
Summary0002859: Add support for properties parsed by libsvgtiny
Descriptionlibsvgtiny 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.
TagsNo tags attached.
Fixed in CI build #
Reported in CI build #
Attached Files

-Relationships
+Relationships

-Notes
There are no notes attached to this issue.
+Notes

-Issue History
Date Modified Username Field Change
2023-08-29 13:14 Michael Orlitzky New Issue
+Issue History