chrislondon / 9-Patch-Image-for-Websites

UNMAINTAINED -- Javascript file to allow 9 patch images on the web. For a more detailed explanation of 9-patch images read here: http://developer.android.com/guide/topics/graphics/2d-graphics.html#nine-patch
88 stars 30 forks source link

Verify that the image is slicing and repeating in the correct place #3

Closed chrislondon closed 12 years ago

chrislondon commented 13 years ago

This can be handled by using an opaque image to test for overlaps and an image with borders around the visible areas to test for cut offs.