Merge branch 'master' of https://github.com/adobe-webplatform/savage
24
README.md
|
@ -27,4 +27,26 @@ _*Snap.svg uses Grunt 0.4.0. You might want to [read](http://gruntjs.com/getting
|
|||
|
||||
* 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.
|
||||
* Alternatively type `grunt watch` to have the build run automatically when you make changes to source files.
|
||||
*
|
||||
|
||||
## Contributing
|
||||
|
||||
Start by checking out our [Backlog](http://huboard.com/topcoat/topcoat/backlog). (Pls file issues against this repo.)
|
||||
|
||||
* [Fill out the CLA here](http://snapsvg.io/dev/snapsvg-cla.html)
|
||||
* [fork](https://help.github.com/articles/fork-a-repo) the repo
|
||||
* Create a branch
|
||||
|
||||
git checkout -b my_branch
|
||||
|
||||
* Add your changes
|
||||
* Commit your changes
|
||||
|
||||
git commit -am "Added some awesome stuff"
|
||||
|
||||
* Push your branch
|
||||
|
||||
git push origin my_branch
|
||||
|
||||
* make a [pull request](https://help.github.com/articles/using-pull-requests)
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
background: #2c4e6b;
|
||||
}
|
||||
</style>
|
||||
<script src="dist/snap.svg-min.js"></script>
|
||||
<script src="../../dist/snap.svg-min.js"></script>
|
||||
<script>
|
||||
window.onload = function () {
|
||||
1;
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
@ -54,7 +54,7 @@
|
|||
fill: #60544F;
|
||||
}
|
||||
</style>
|
||||
<script src="dist/snap.svg-min.js"></script>
|
||||
<script src="../../dist/snap.svg-min.js"></script>
|
||||
<script>
|
||||
window.onload = function () {
|
||||
var s = Snap(1000, 800),
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
|
@ -21,7 +21,7 @@
|
|||
background: #030 url("bg.png");
|
||||
}
|
||||
</style>
|
||||
<script src="dist/snap.svg-min.js"></script>
|
||||
<script src="../../dist/snap.svg-min.js"></script>
|
||||
<script>
|
||||
window.onload = function () {
|
||||
1
|