Skip to content

Commit

Permalink
fix(shape): draw circles/ellipses clockwise
Browse files Browse the repository at this point in the history
BREAKING CHANGE: circles/ellipses now drawn clockwise. Closes #27.
  • Loading branch information
colinmeinke committed Jul 25, 2016
1 parent ff0bc28 commit 042e6b1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/group/package.json
Expand Up @@ -21,7 +21,7 @@
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"points": "^1.12.1",
"svg-points": "^2.0.1",
"svg-points": "^3.0.1",
"tween-functions": "^1.2.0",
"webpack": "^2.1.0-beta.20"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/index/package.json
Expand Up @@ -21,7 +21,7 @@
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"points": "^1.12.1",
"svg-points": "^2.0.1",
"svg-points": "^3.0.1",
"tween-functions": "^1.2.0",
"webpack": "^2.1.0-beta.20"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/loop/package.json
Expand Up @@ -21,7 +21,7 @@
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"points": "^1.12.1",
"svg-points": "^2.0.1",
"svg-points": "^3.0.1",
"tween-functions": "^1.2.0",
"webpack": "^2.1.0-beta.20"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/morph/package.json
Expand Up @@ -21,7 +21,7 @@
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"points": "^1.12.1",
"svg-points": "^2.0.1",
"svg-points": "^3.0.1",
"tween-functions": "^1.2.0",
"webpack": "^2.1.0-beta.20"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/motion/package.json
Expand Up @@ -21,7 +21,7 @@
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"points": "^1.12.1",
"svg-points": "^2.0.1",
"svg-points": "^3.0.1",
"tween-functions": "^1.2.0",
"webpack": "^2.1.0-beta.20"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/multi/package.json
Expand Up @@ -21,7 +21,7 @@
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"points": "^1.12.1",
"svg-points": "^2.0.1",
"svg-points": "^3.0.1",
"tween-functions": "^1.2.0",
"webpack": "^2.1.0-beta.20"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/playback/package.json
Expand Up @@ -21,7 +21,7 @@
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"points": "^1.12.1",
"svg-points": "^2.0.1",
"svg-points": "^3.0.1",
"tween-functions": "^1.2.0",
"webpack": "^2.1.0-beta.20"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/tower/package.json
Expand Up @@ -21,7 +21,7 @@
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"points": "^1.12.1",
"svg-points": "^2.0.1",
"svg-points": "^3.0.1",
"tween-functions": "^1.2.0",
"webpack": "^2.1.0-beta.20"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"points": "^1.12.1",
"svg-points": "^2.0.1",
"svg-points": "^3.0.1",
"tween-functions": "^1.2.0"
},
"description": "A Javascript API for building and animating SVG",
Expand Down

0 comments on commit 042e6b1

Please sign in to comment.