Added TextPath shape (extension of Path shape, but renders text along path instead of stroking/filling the path)

This commit is contained in:
Jason Follas
2012-07-09 09:08:30 -04:00
parent 780d5568db
commit 0b1ddbd530
4 changed files with 927 additions and 46 deletions

View File

@@ -6,7 +6,7 @@ class Build < Thor
"license.js", "src/Global.js", "src/util/Type.js", "src/util/Class.js", "src/Animation.js", "src/Node.js", "src/Container.js", "src/Stage.js",
"src/Layer.js", "src/Group.js", "src/Shape.js", "src/shapes/Rect.js", "src/shapes/Ellipse.js", "src/shapes/Image.js",
"src/shapes/Sprite.js", "src/shapes/Polygon.js", "src/shapes/RegularPolygon.js", "src/shapes/Star.js", "src/shapes/Text.js",
"src/shapes/Line.js", "src/shapes/Path.js", "src/util/Transform.js", "src/Transition.js", "src/util/Tween.js"
"src/shapes/Line.js", "src/shapes/Path.js", "src/shapes/TextPath.js", "src/util/Transform.js", "src/Transition.js", "src/util/Tween.js"
]
desc "dev", "Concatenate all the js files into /dist/kinetic-VERSION.js."