Hi,
I'm exporting an AI file with swatches in SVG.
When I try to import the swatches from that SVG file, or to generate a swatch repository from an "SVG file" in Photoshop, I get the right list of colors (even if they are converted in "Web RVB" but I loose their names, they get the "hexabyte RGB value" eg"#588AAD
Even the swatch name is readable in the file.
Is their any settings to make to read the color information AND keeping the name ?
<rdf:li rdf:parseType="Resource">
<xmpG:swatchName>MAC 414</xmpG:swatchName>
<xmpG:type>PROCESS</xmpG:type>
<xmpG:tint>100.000000</xmpG:tint>
<xmpG:mode>RGB</xmpG:mode>
<xmpG:red>87</xmpG:red>
<xmpG:green>137</xmpG:green>
<xmpG:blue>173</xmpG:blue>
</rdf:li>
Many Thanks