I'm trying to get CMYK colors to work in SVG. The 4.1 docs say that
"#CMYK ... pseudoprofile names can be used in icc-color()".
However, there's no example I could find in the docs and various Google
searches and a scan of the SVG spec didn't provide any enlightenment.
Here's what I'm trying to specify:
<path d="M 0 100
A 100,100 0 0,1 100,0
L 100 100
L 0 100
z"
fill="icc-color(#CMYK, 0.3,0,0,0)"
/>
But I get this response:
[error] SVG property fill="icc-color(#CMYK, 0.3,0,0,0)" ignored:
com.renderx.svg.SVGParseException: Invalid color name (
icc-color) or unsupported color specification
What am I doing wrong?
Thanks,
Eliot
-- W. Eliot Kimber Professional Services Innodata Isogen 9390 Research Blvd, #410 Austin, TX 78759 (512) 372-8122 ekimber@innodata-isogen.com www.innodata-isogen.com ------------------- (*) To unsubscribe, send a message with words 'unsubscribe xep-support' in the body of the message to majordomo@renderx.com from the address you are subscribed from. (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.htmlReceived on Mon Jan 31 20:33:49 2005
This archive was generated by hypermail 2.1.8 : Mon Jan 31 2005 - 20:33:50 PST