ericdrowell / KineticJS

KineticJS is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
http://www.kineticjs.com
3.98k stars 752 forks source link

cornerRadius on Tags implemented, fix #475 #966

Closed YoruNoHikage closed 10 years ago

YoruNoHikage commented 10 years ago

I needed Label with rounded corners, after seeing #475, I decided writing these little changes based on Shape.

It's my first pull request, please be kind if I've made any mistake. '^^