synopse / SynPDF

Synopse PDF engine is a fully featured Open Source PDF document creation library for Delphi, embedded in one unit
295 stars 106 forks source link

SynPDF handles IntersectClipRect incorrectly #62

Open rs0xFFFF opened 2 years ago

rs0xFFFF commented 2 years ago

SynPDF handles IntersectClipRect incorrectly. See sample program. A semicircle is expected. It is still correct in the EMF file.

test.zip

MtwStark commented 2 years ago

Hi, I have fixed some problems about clipping in SynPDF

Take a look at this post PDFEngine Clipping Implementation + Output stream optimizations You will find a link to download my latest version, you can check if it solves your clipping problems. Read through my posts in the Forum to see updates.

MtwStark