Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm wondering if there is something like 9-patch in Android, but for web development?

Disclosure: I have no idea about web development at all, but I was curious to know if it exists. And a simple web search with the term 9-patch didn't bring up any related results, so I figured it has either another term or it doesn't exist or is not used widely enough.

Anyone knows?

share|improve this question
2  
Thankyou for asking this question. It was exactly what I searched for. – Robert Massaioli May 31 '11 at 8:58

2 Answers

up vote 13 down vote accepted

Yes. It is used for border-image in CSS 3:

http://www.css3.info/preview/border-image/

http://www.w3.org/TR/css3-background/#border-images

share|improve this answer
thanks, great links – JackMahoney Feb 24 '12 at 1:56

If you're still interested I created a Javascript file that uses canvas to create real nine patch image support for the web. The open source project can be found here:

https://github.com/chrislondon/9-Patch-Image-for-Websites

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.