SVG import bug: object with multiple fill overrides in style attribute (including P3) import with no color
Example:
<svg width="91" height="91" viewBox="0 0 91 91" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="45.5" cy="45.5" r="45.5" fill="#FF7575" style="fill:#FF7575;fill:color(display-p3 1.0000 0.4572 0.4572);fill-opacity:1;"/>
</svg>
(Figma exports SVGs from any files with P3 color profile like this)
2
votes