how can i use cmyk in an svg embeded in html?

前端 未结 2 607
有刺的猬
有刺的猬 2021-01-16 16:08

I\'ve tried fill=\"CMYK(0.50, 0.50, 0.00, 0.00)\" For the fill of a polygon and it shows as black. I know that black is the fallback. I am editing an svg inside of an HTML

2条回答
  •  执念已碎
    2021-01-16 17:08

    CSS doesn't support CMYK but it's proposed:

    http://dev.w3.org/csswg/css-color/#cmyk-colors

提交回复
热议问题