We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Placing a PDF in Drawbot does not respect the mediaBox.
Expected result, as replicated in Illustrator:
Actual result in Drawbot:
The text was updated successfully, but these errors were encountered:
RF currently doesnt take the mediaBox into account to position the pdf asset.
A PDFPage has support to retrieve bounds for each display box: https://developer.apple.com/documentation/pdfkit/pdfpage/1504213-boundsforbox?language=objc
PDFPage
and the position has to be adjusted here: https://github.com/typemytype/drawbot/blob/master/drawBot/context/pdfContext.py#L281-L285
this goes maybe together with this unsolved PR #304
Sorry, something went wrong.
displayTrimBox.zip
No branches or pull requests
Placing a PDF in Drawbot does not respect the mediaBox.
Expected result, as replicated in Illustrator:
Actual result in Drawbot:
The text was updated successfully, but these errors were encountered: