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

Prepend canvas instead of adding it before the div. #13

Closed rpendleton closed 13 years ago

rpendleton commented 13 years ago

Modified javascript to prepend canvas instead of adding it before the div, so when the div is hidden the background is hidden as well.