Closed ValdemarOtte closed 9 months ago
I have a SVG file with multiple different colors. After running svgcheck on the file I get the error:
svgcheck
path\to\file.svg:21921: The attribute 'color' does not allow the value '#00ffff', replaced with 'black'
Is it possible to keep the original color? Or can svgcheck only accept the values for black and white?
@ValdemarOtte svgcheck conforms with draft-7996-bis-00, so only black & white are allowed.
Thanks for the fast reply!
I have a SVG file with multiple different colors. After running
svgcheck
on the file I get the error:path\to\file.svg:21921: The attribute 'color' does not allow the value '#00ffff', replaced with 'black'
Is it possible to keep the original color? Or can
svgcheck
only accept the values for black and white?