Copy link to clipboard
Copied
I am using AI 28.2 I name my Graphic Styles with specific hexidecimal colors for 50 artboards I've created. When I export the files to SVG, the code will show only some styles I created with their proper hex color as I named them, but others are re-named as .cls-1 or .cls-2, and so on. Such as,
.cls-1 {
fill: #dcddde;
}
.mySpeficColor {
fill: #78b5d8;
}
The class, .cls-1 has the right fill but the name is changed. How do I prevent this? Simply doing a find and replace in an editer isn't an option either because sometimes .cls-1 has a fill of a different color in the other 49 open files.
Copy link to clipboard
Copied
in the future, to find the best place to post your message, use the list here, https://community.adobe.com/
p.s. i don't think the adobe website, and forums in particular, are easy to navigate, so don't spend a lot of time searching that forum list. do your best and we'll move the post (like this one has already been moved) if it helps you get responses.
<"moved from using the community">
Copy link to clipboard
Copied
Copy link to clipboard
Copied
I have exactly the same problem.
The export of SVG has been completely changed since the last version.
Changing the graphic style names is really annoying! This worked better in previous versions.
I don't know what Adobe was trying to do with this change.