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

Image Slice Utility discarding good sections #6

Open
Gankra opened this issue Oct 26, 2012 · 0 comments
Open

Image Slice Utility discarding good sections #6

Gankra opened this issue Oct 26, 2012 · 0 comments
Labels

Comments

@Gankra
Copy link
Member

Gankra commented Oct 26, 2012

in utils/image_slice/image_slice.sh there's a hack to detect if a generated tile is just a blank transparent one that can be discarded. This is good and desirable.

Unfortunately it also discards uniform black squares, leading to regions of the background being totally absent, and the infamous crazy rendering bugs because there's nothing to refresh those regions.

Ideally this script should be fixed to behave correctly, or we should just remove the feature altogether and accept that we'll be downloading a bunch of transparent squares that do nothing (gross).

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