<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Anders,<br>
    <br>
    To get CMYK values in your SVG per the RenderX syntax, you might
    consider using XSL to convert the RGB values in the SVG to the CMYK
    values.<br>
    <br>
    Jim Mott<br>
    <br>
    <br>
    On 12/8/2010 9:01 AM, Anders Svensson wrote:
    <blockquote
      cite="mid:001801cb96e0$5fe95900$1fbc0b00$@svensson@expertinfo.se"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]-->
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="2050" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">Hi,<o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal"><span lang="EN-US">I am trying to figure
            out how to be able to use SVG with CMYK, as xep is supposed
            to support. I found this post on the web from one of
            RenderXs support technicians:<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">===========================<o:p></o:p></span></p>
        <p><i><span lang="EN-US">Hello Eliot, <o:p></o:p></span></i></p>
        <p><i><span lang="EN-US">I re-read the SVG spec and have
              realized that icc-color() cannot be the <br>
              first entry into a color specifier. <br>
              [</span><a moz-do-not-send="true"
              href="http://www.w3.org/TR/SVG11/painting.html#SpecifyingPaint"><span
                lang="EN-US">http://www.w3.org/TR/SVG11/painting.html#SpecifyingPaint</span></a></i><i><span
              lang="EN-US">]. <o:p></o:p></span></i></p>
        <p><i><span lang="EN-US">The first entry is a URL (gradient,
              pattern) or RGB color (as defined in <br>
              CSS2 spec). <o:p></o:p></span></i></p>
        <p><i><span lang="EN-US">So the 'fill' attribute in your example
              should look like: <br>
              fill="rgb(178.5,255,255) icc-color(#CMYK, 0.3,0,0,0)" <o:p></o:p></span></i></p>
        <p><i><span lang="EN-US">XEP 4.x includes colorbar.svg
              (images/colorbar.svg). 'icc-color' function is <br>
              used intensively in that file. :) <o:p></o:p></span></i></p>
        <p><i><span lang="EN-US">With best regards, <br>
              &nbsp;&nbsp;Alexei Gagarinov <br>
              RenderX <o:p></o:p></span></i></p>
        <p class="MsoNormal"><span lang="EN-US">===========================<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">That sounds good, and I
            looked at the colorbar.svg example file. The problem is, how
            do you actually create such files? I mean, there doesn&#8217;t
            seem to be any support for it in Adobe Illustrator that I
            can find, and searching Inkscape fo rums seems to suggest
            they don&#8217;t have any built-in support for creating files like
            this either. So how are you supposed to create them? Surely
            you are not meant to write the graphic files by hand?
            Specifically what I need to do is save EPS files as SVG with
            this color profile in the SVG file.<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">BTW, an image like
            colorbar.svg is only usable by xep (and other special tools
            that support this function)? Because looking at it in IE
            (just for reviewing) it doesn&#8217;t display as a color bar, only
            two black bars on each end.<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal">Med v&auml;nliga h&auml;lsningar/Kind regards,<o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal">Anders Svensson<o:p></o:p></p>
        <p class="MsoNormal">__________________________________________________________________________

          ____&nbsp;<span style="font-size: 12pt; font-family: &quot;Times
            New Roman&quot;,&quot;serif&quot;;"><o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size: 7.5pt; font-family:
            &quot;Arial&quot;,&quot;sans-serif&quot;; color: gray;"><a
              moz-do-not-send="true" href="http://www.expertinfo.se/">www.expertinfo.se</a>
            &nbsp;| Teknikinformation, XML-system och spr&aring;kkonsulttj&auml;nster |
          </span><span style="color: gray;"><a moz-do-not-send="true"
              href="mailto:anders.naslund@expertinfo.se"><span
                style="font-size: 7.5pt; font-family:
                &quot;Arial&quot;,&quot;sans-serif&quot;; color: gray;">anders.svensson@expertinfo.se</span></a></span><span
            style="font-size: 7.5pt; font-family:
            &quot;Arial&quot;,&quot;sans-serif&quot;; color: gray;"> | <o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size: 7.5pt; font-family:
            &quot;Arial&quot;,&quot;sans-serif&quot;; color: gray;"
            lang="EN-US">St Eriksgatan 117 113&nbsp;43 Stockholm | Phone +46
            8 559 22 190 | Cell +46 70 815 99 02 | Fax +46 8&nbsp;760 90 11</span><span
            style="color: gray;" lang="EN-US"><o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size: 7.5pt;"
            lang="EN-US">Please consider the planet before printing this
            e-mail.</span><span style="color: gray;" lang="EN-US"><o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
        <p class="MsoNormal"><a moz-do-not-send="true"
            href="http://www.expertinfo.se/"><span style="color:
              windowtext; text-decoration: none;"><img
                id="Picture_x0020_1"
                src="cid:part1.00030202.02060607@pubdata.com"
                alt="expertinfo" width="227" border="0" height="67"></span></a><o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
      </div>
      
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
(*) To unsubscribe, please visit <a class="moz-txt-link-freetext" href="http://lists.renderx.com/mailman/options/xep-support">http://lists.renderx.com/mailman/options/xep-support</a>
(*) By using the Service, you expressly agree to these Terms of Service <a class="moz-txt-link-freetext" href="http://w">http://w</a>
ww.renderx.com/terms-of-service.html</pre>
    </blockquote>
  
!DSPAM:87,4cff9a6f63731837327068!

</body>
</html>