Bug 42507 - [PATCH] Postscript CMYK/GRAY Color support for PSGenerator
Summary: [PATCH] Postscript CMYK/GRAY Color support for PSGenerator
Status: RESOLVED FIXED
Alias: None
Product: XMLGraphicsCommons - Now in Jira
Classification: Unclassified
Component: postscript (show other bugs)
Version: Trunk
Hardware: Other other
: P2 normal (vote)
Target Milestone: --
Assignee: XML Graphics Project Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-24 02:45 UTC by Adrian Cumiskey
Modified: 2007-06-20 01:31 UTC (History)
0 users



Attachments
patch file (3.27 KB, patch)
2007-05-24 02:46 UTC, Adrian Cumiskey
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Cumiskey 2007-05-24 02:45:22 UTC
This patch provides CMYK and GRAY color support in addition to RGB for the
PSGenerator by making use of PSGraphics2D.establishColor(Color).
Comment 1 Adrian Cumiskey 2007-05-24 02:46:38 UTC
Created attachment 20266 [details]
patch file
Comment 2 Jeremias Maerki 2007-06-20 01:31:20 UTC
Patch applied. Thanks, Adrian.
http://svn.apache.org/viewvc?view=rev&rev=548990

I modified your patch to avoid a circular dependency:
before: PSGraphics2D -> PSGenerator
with your patch: PSGraphics2D -> PSGenerator -> PSGraphics2D