mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 04:19:12 +02:00
LCL, made sure /DeviceRGB colorspace is set or ASCII85Decode filter may fail while decoding
git-svn-id: trunk@19696 -
This commit is contained in:
parent
c05f0392f7
commit
ed19d1e459
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user