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

bitmap.getPixel(i,raw) where raw >bitmap.getHeight() #5

Open
ricardojcrocha opened this issue Sep 29, 2015 · 0 comments
Open

bitmap.getPixel(i,raw) where raw >bitmap.getHeight() #5

ricardojcrocha opened this issue Sep 29, 2015 · 0 comments

Comments

@ricardojcrocha
Copy link

In "NinePatchChunk.java" | "private static void setupPadding(Bitmap bitmap, NinePatchChunk out)"
the "ArrayList

xPaddings = getXDivs(bitmap, bitmap.getWidth() - 1);" is craching
i have changed it to "ArrayList
xPaddings = getXDivs(bitmap, bitmap.getHeight() - 1);" to work

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

No branches or pull requests

1 participant