javascript
raphael js rounded rectangle (another solution)
Raphael JS Rounded Rectangle - Another Solution Creating rounded rectangles with Raphael JS can be done using the rect() method and specifying the corner radius. However, this method has a limitation since it only allows for an equal corner radius on all corners of the rectangle. Another solution is to