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

Adjust maximum texture size to be configurable #15

Open
adamwulf opened this issue Jan 14, 2017 · 0 comments
Open

Adjust maximum texture size to be configurable #15

adamwulf opened this issue Jan 14, 2017 · 0 comments
Labels

Comments

@adamwulf
Copy link
Owner

The max texture size is currently set to be the portrait bounds of the iPad, but that means if a jot view is made in landscape mode, then exported images will be cut off at the portrait width. (see #9)

The workaround is in PortraitBounds.m

// if (b.size.width > b.size.height) {
// CGFloat t = b.size.height;
// b.size.height = b.size.width;
// b.size.width = t;
// }

But a better fix should be added to the texture cache.

@adamwulf adamwulf added the bug label Jan 14, 2017
sighmon added a commit to MODatUniSA/mod-draw-your-pain that referenced this issue Apr 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant