Bug 48185 - [PATCH] CMYK text colors are not rendered properly with the AFP renderer
Summary: [PATCH] CMYK text colors are not rendered properly with the AFP renderer
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: all
Hardware: PC Windows Vista
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on: 48167
Blocks:
  Show dependency tree
 
Reported: 2009-11-12 06:56 UTC by Venkat Reddy
Modified: 2012-04-01 06:31 UTC (History)
1 user (show)



Attachments
CMYK text color patch (632 bytes, patch)
2009-11-12 06:56 UTC, Venkat Reddy
Details | Diff
CMYK Text color input document (1.83 KB, text/plain)
2009-11-12 06:57 UTC, Venkat Reddy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Venkat Reddy 2009-11-12 06:56:13 UTC
Created attachment 24524 [details]
CMYK text color patch

When trying to use uncalibrated CMYK text colors like...

<fo:block color="rgb-icc(0, 255, 255, #CMYK, 1, 0, 0, 0)">CYAN TEXT</fo:block>
<fo:block color="rgb-icc(0, 255, 0, #CMYK, 1, 0, 1, 0)">GREEN TEXT</fo:block>

These are renderered as blank lines in the AFP output.
Comment 1 Venkat Reddy 2009-11-12 06:57:25 UTC
Created attachment 24525 [details]
CMYK Text color input document
Comment 2 Chris Bowditch 2009-11-12 07:55:31 UTC
Hi Vincent,

please can you process this patch?

Thanks,

Chris
Comment 3 Vincent Hennebert 2009-11-23 03:55:56 UTC
Fixed in rev. 883314:
http://svn.apache.org/viewvc?rev=883314&view=rev

Thanks!
Vincent
Comment 4 Glenn Adams 2012-04-01 06:31:13 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed