Skip to content

Commit

Permalink
Merge pull request #168 from BezrukovM/fix-902
Browse files Browse the repository at this point in the history
FIX 902
  • Loading branch information
carlwilson authored Jun 10, 2019
2 parents 06ac7ae + d89a7f8 commit 20456b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/PDLayer.mdl
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ type PDDeviceN extends PDColorSpace {
link colorantNames: CosUnicodeName+;
% link to all colorants defined in the Colorants entry of the attributes dictionary
link Colorants: PDSeparation*;
% link to the process color space defined in the attributes dictionary
link processColor: PDColorSpace?;
% true if all colorant names are present as keys in the Colorants dictionary of the DeviceN attributes dictionary
property areColorantsPresent: Boolean;
}
Expand Down

0 comments on commit 20456b3

Please sign in to comment.