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 #81] replace grid.newpage with grid.null #82

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

Conversation

fmichonneau
Copy link

Using grid.null instead of grid.newpage seems to fix the problem of generating a first blank page when writing files to a PDF graphical device.

I'm not a grid specialist and there might be a better approach but this fix solves the issue.

Using grid.null instead of grid.newpage seems to fix the problem of generating a
first blank page when writing files to a PDF graphical device.
@alanocallaghan
Copy link
Contributor

Why does it need grid.null or grid.newpage? Seems to work fine for me just removing the calls to grid.newpage.

@aphalo
Copy link

aphalo commented Dec 5, 2017

I played a bit with gridDebug::grigTree( ) and grid::grid.null( ) seems to be needed.

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

3 participants