LCL, made sure /DeviceRGB colorspace is set or ASCII85Decode filter may fail while decoding

git-svn-id: trunk@19696 -
This commit is contained in:
jesus 2009-04-29 19:34:57 +00:00
parent c05f0392f7
commit ed19d1e459

View File

@ -2041,6 +2041,7 @@ begin
ClearBuffer;
WriteB('gsave');
WriteB('/DeviceRGB setcolorspace');
writeB(Format('%f %f translate',[pp1.fx,pp1.fy-DrawHeight],FFs));
WriteB(Format('%f %f scale',[DrawWidth,DrawHeight],FFs));
{$IFDEF ASCII85}