So I have got SVG mostly working (I am using it to create vertical text on my page), I have even come up with an algorithm to establish an estimated height/width for the svg viewport...
So, I am trying to figure out how with SVG to incorporate CMYK colors into the text... I have tried the following:
as well as:
Which, from what I can tell is the method you should use... it however comes back black... thankfully, in the pdf that black is K from CMYK, so it seems as if it is sortta working...
Secondly, I am trying to incorporate different fonts in the SVG, I was wondering what the best method of accomplishing that to work with prince will be.
Thanks for the advice!
Jake
So, I am trying to figure out how with SVG to incorporate CMYK colors into the text... I have tried the following:
fill="red icc-color(#CMYK, 0%,100%,100%,0%)"
as well as:
fill="red icc-color(#CMYK, 0,100,100,0)"
Which, from what I can tell is the method you should use... it however comes back black... thankfully, in the pdf that black is K from CMYK, so it seems as if it is sortta working...
Secondly, I am trying to incorporate different fonts in the SVG, I was wondering what the best method of accomplishing that to work with prince will be.
Thanks for the advice!
Jake