Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix problem with horizontal scaling in SynPDF #424

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iadcode
Copy link

@iadcode iadcode commented Dec 22, 2021

This change fixes a bug in SynPDF where the horizontal scaling is incorrect.
This issue can be found in this ticket from 2014, https://synopse.info/fossil/tktview?name=f1fdab52ce

@iadcode iadcode marked this pull request as ready for review December 22, 2021 03:18
@synopse
Copy link
Owner

synopse commented Nov 15, 2024

Update: Why is this not merged yet?

We have merged a lot of fixes from third parties, and it almost every time broke the code working for other users of the library.
PDF generation is a tricky matter, and it is easy to break the existing.

From our point of view:

  1. Since we don't actively support mORMot 1.18 any more, you are welcome to switch to mORMot 2 and its https://github.com/synopse/mORMot2/blob/master/src/ui/mormot.ui.pdf.pas unit
  2. Fixing for one EMF input is likely to break existing code, which works for most users, so we would rather be very conservative, and only accept pull request with demonstrated compatibility
  3. You should also ensure that the code strictly follow mORMot formatting and types, and also that it compiles on both FPC and Delphi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants