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 link shapes #477 #480

Merged
merged 4 commits into from
May 16, 2020
Merged

Conversation

rototor
Copy link
Contributor

@rototor rototor commented May 13, 2020

Only use the scaling from the given transform

For whatever reason we only want the DPI scaling from the given transform, and
not any other property of the transform.

When adding a link to process later, the transform has at that moment also a translate in it.

Before 1ffd271 the used transform was after the last page was
processed. At that moment the transform only had a scale component and no translate.

For whatever reason we only want the DPI scaling from the given transform, and
not any other property of the transform.

When adding a link to process later, the transform has at that moment also a translate in it.

Before 1ffd271 the used transform was after the last page was
processed. At that moment the transform only had a scale component and no translate.
Yes, those classes are copies, so there is duplication. But before extending this method
I rather have it only in one place.
@danfickle
Copy link
Owner

Hi @rototor, sorry for breaking this. After merging this pr, I'll try to create a basic test in non visual regression test so I don't break it again.

Thanks again.

@danfickle danfickle merged commit 9034e37 into danfickle:open-dev-v1 May 16, 2020
danfickle added a commit that referenced this pull request May 18, 2020
As promised @rototor. Link shapes are working perfectly in Acrobat.
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.

None yet

2 participants