linebender / resvg

An SVG rendering library.
Mozilla Public License 2.0
2.79k stars 225 forks source link

Unable to parse oklab colors #803

Closed nixon-voxell closed 2 months ago

nixon-voxell commented 2 months ago

I hit a warning while trying to parse an svg with "oklab" colors:

WARN usvg::parser::style: Failed to parse fill value: 'oklab(31.061% 0.00233 -0.00267)'. Fallback to black.
RazrFalcon commented 2 months ago

CSS Color Module Level 4 is still a draft and not supported by resvg.

Duplicate of #514