Closed zathras closed 1 month ago
Upon review, it looks like not exporting SvgValueColor was a simple oversight. I'm checking the rest of the DOM API to make sure nothing else was missed.
Absolute font size had the same issue as value color.
Published in 1.1.23
The DOM API allows modification of a parsed SVG asset, but the ability to read the asset and extract information is incomplete. For example, https://github.com/zathras/jovial_svg/discussions/111 points out that
SvgValueColor
and its value attribute aren't exposed. There are likely other areas where the API doesn't expose attributes of an SVG asset.The original use case for this API was modifying a known SVG asset, but being able to analyze an unknown asset might be of some value. It's unclear at present how many other places there are where more would need to be exposed, but it's worth taking a look.