Skip to content

Commit

Permalink
Decouple all the things and bug fixes
Browse files Browse the repository at this point in the history
• extract matrix, attar & paper.js
• fix for transform for sag element
• add Fragment to plugin call
  • Loading branch information
DmitryBaranovskiy committed May 7, 2014
1 parent 83100d6 commit 88f214e
Show file tree
Hide file tree
Showing 13 changed files with 4,383 additions and 6,781 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ TAGS
*~
_*
.DS_Store
node_modules
playground
5 changes: 4 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,15 @@ module.exports = function(grunt) {
"./src/amd-banner.js",
"./src/mina.js",
"./src/svg.js",
"./src/matrix.js",
"./src/attr.js",
"./src/paper.js",
"./src/path.js",
"./src/set.js",
"./src/equal.js",
"./src/mouse.js",
"./src/filter.js",
"./src/amd-footer.js",
"./src/amd-footer.js"
]
}
},
Expand Down
8 changes: 4 additions & 4 deletions dist/snap.svg-min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 88f214e

Please sign in to comment.