Go to file
Mike Sierra e73df04538 COMMENT Matrix.invert 2013-10-09 16:13:57 -04:00
dist Change name to Snap.svg. Added dr.js to grunt via grunt-exec 2013-09-25 15:52:57 +10:00
src COMMENT Matrix.invert 2013-10-09 16:13:57 -04:00
test Change name to Snap.svg. Added dr.js to grunt via grunt-exec 2013-09-25 15:52:57 +10:00
.gitignore ignore emacs & _-prefixed scrap files 2013-10-09 11:50:34 -04:00
.gitmodules Moving submodules (part 1) 2013-08-16 11:15:34 +10:00
CONTRIBUTING Added contributing file 2013-08-16 14:50:35 +10:00
Gruntfile.js Change name to Snap.svg. Added dr.js to grunt via grunt-exec 2013-09-25 15:52:57 +10:00
LICENSE Add License 2013-08-15 18:31:27 +10:00
NOTICE Change name to Snap.svg. Added dr.js to grunt via grunt-exec 2013-09-25 15:52:57 +10:00
README.md Change name to Snap.svg. Added dr.js to grunt via grunt-exec 2013-09-25 15:52:57 +10:00
bg.png Added gradients. Changed plugin architecture. 2013-07-11 13:23:37 +10:00
demo-card.svg Fixed group to follow pattern of first argument to be an attributes 2013-09-09 17:36:48 +10:00
demojs.html Change name to Snap.svg. Added dr.js to grunt via grunt-exec 2013-09-25 15:52:57 +10:00
demojs2.html Change name to Snap.svg. Added dr.js to grunt via grunt-exec 2013-09-25 15:52:57 +10:00
dr.json Change name to Snap.svg. Added dr.js to grunt via grunt-exec 2013-09-25 15:52:57 +10:00
map.svg Added another demo 2013-09-06 14:09:36 +10:00
package.json Change name to Snap.svg. Added dr.js to grunt via grunt-exec 2013-09-25 15:52:57 +10:00

README.md

Snap.svg

JavaScript library for SVG.

API Reference is in dist/reference.html

Building

Snap.svg uses Grunt to build

  • Open the terminal from the Snap.svg directory

      cd savage
    
  • Install its command line interface (CLI) globally

      npm install -g grunt-cli
    
  • Install dependencies with npm

      npm install
    

*Snap.svg uses Grunt 0.4.0. You might want to read more on their website if you havent upgraded since a lot has changed.

  • Type grunt in the command line to build the files.
  • The results will be built into the release folder.
  • Alternatively type grunt watch to have the build run automatically when you make changes to source files.