internal static string ToSvgColor(string value) { if (NamedColor.Exists(value)) { return(NamedColor.GetColor(value)); } else { return(value); } }