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
89 stars 30 forks source link

Change placement of canvas, and maintain transparency. #14

Closed rpendleton closed 13 years ago

rpendleton commented 13 years ago

Instead of adding canvas inside the div, set it as the background-image, also made it maintain original background color in case the 9 patch image is transparent.

rpendleton commented 13 years ago

It looks like it changed the line endings, but I'm not sure why...