limit corner radius

This commit is contained in:
lavrton
2015-01-22 15:46:53 +07:00
parent eba941e1c3
commit 4dfc65dba4
5 changed files with 45 additions and 17 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "KineticJS",
"version": "@@version",
"homepage": "http://kineticjs.com/",
"authors": [
"Eric Rowell", "Anton Lavrenov"
],
"homepage": "http://lavrton.github.io/KineticJS/",
"description": "KineticJS is an HTML5 Canvas JavaScript framework that enables high performance animations, transitions, node nesting, layering, filtering, caching, event handling for desktop and mobile applications, and much more.",
"keywords": [
"canvas",
@@ -16,17 +16,14 @@
"ignore": [
"**/.*",
"test",
"tests",
"doc-includes",
"resources",
"src",
"*.yml",
".jshitrc",
".npmignore",
".travis.yml",
".gitignore",
"Gruntfile.js",
"bower-template.json",
"server.js",
"presentation-schedule.md"
"Gruntfile.js"
],
"main": "kinetic.js"
"main": "kinetic.min.js"
}