organize demos in demo folder
|
@ -21,7 +21,7 @@
|
||||||
background: #2c4e6b;
|
background: #2c4e6b;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="dist/snap.svg-min.js"></script>
|
<script src="../../dist/snap.svg-min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
window.onload = function () {
|
window.onload = function () {
|
||||||
1;
|
1;
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
@ -54,7 +54,7 @@
|
||||||
fill: #60544F;
|
fill: #60544F;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="dist/snap.svg-min.js"></script>
|
<script src="../../dist/snap.svg-min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
window.onload = function () {
|
window.onload = function () {
|
||||||
var s = Snap(1000, 800),
|
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");
|
background: #030 url("bg.png");
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="dist/snap.svg-min.js"></script>
|
<script src="../../dist/snap.svg-min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
window.onload = function () {
|
window.onload = function () {
|
||||||
1
|
1
|