On Jul 17, 2009, at 10:02 AM, Hleb Valoshka wrote:
On 7/16/09, Alexandre Prokoudine <alexandre.prokoudine@...5...> wrote:
Your translation of that msg looks like babelfished (or google-translated). But ukrainian is even worth.
I always suspected I wasn't entirely human :) Suggestions are welcome :)
But before suggesting smth we need to know *what does it really meens*.
When icc color is used, the fill changes from something simple like this:
"fill: #ff0000"
to instead look like this:
"fill: #ff0000 icc-color(blah, 0.0, 1.0, 1.0, 0.0)"
where "blah" is the name of some color-profile that links an .icc file.
*If* software displaying the SVG file supports profiles, then it will use the icc-color(blah...) part, and will ignore the "#ff0000" version. Only if displaying software does not support profiles will it use the "#ff0000". So in that case "#ff0000" is the "fallback" to be used just in case.
A bit more detail can be seen on the wiki: http://wiki.inkscape.org/wiki/index.php/InkscapeColor