Skip to content

Commit

Permalink
Renamed examples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Karl committed Aug 10, 2017
1 parent 44deafc commit 64ae46e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Provided is a JSFL script (see **tools/AdobeAnimate/PGF Exporter.jsfl**) used fo

## Demo

See [demo and editor here](https://bigtimebuddy.github.io/pixi-graphics-format/example/) to preview `.pgf` files.
See [demo and editor here](https://bigtimebuddy.github.io/pixi-graphics-format/examples/) to preview `.pgf` files.

## Documentation

Expand Down
1 change: 1 addition & 0 deletions examples/animate-export.pgf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f 0 0 s 3.5 #600 1 s 5 #600 1 m 352 60.05 l 374 181.05 m 330 45.05 l 352 166.05 m 394 65.05 b 419.75 153.5 419.75 244.5 394 338.05 f #066 1 s 5 #600 1 m 28 21 l 299.95 21 l 299.95 242 l 28 242 c m 217 135.05 l 264 135.05 l 264 207.05 l 217 207.05 h m 250.95 56 l 250.95 118 l 188 118 l 188 206.05 l 128.05 206.05 b 161.1 169.6 161.1 140.25 128.05 118 b 107.8 102.8 90.75 102.8 77 118 l 77 56 h f #066 0.65 s 3.5 #600 1 de 478.5 69.5 38.05 36.58 f #066 0.65 s 3.5 #600 1 de 319.95 306.55 50 42.5 f #066 0.65 s 0 0 0 m 192.6 282.65 b 199.5 274.05 208.85 268.35 220.65 265.6 b 232.45 262.85 243.9 263.65 255.05 268.05 l 233.9 306.55 l 264 340.5 b 254.2 346.75 243.2 349.55 231.05 348.95 b 218.9 348.4 208.35 344.5 199.45 337.25 b 190.55 330.05 185.45 321.3 184.15 311 b 182.9 300.7 185.7 291.25 192.6 282.65 c f 0 1 s 0 0 0 de 475.55 284.5 50 42.5 f #066 0.65 s 3.5 #600 1 rr 435.05 135.05 81.5 81.5 11 f #066 0.65 s 3.5 #600 1 de 58 306.55 50 42.5 f 0 1 s 0 0 0 m 369.95 84.05 l 393.95 27.05 l 369.95 5 l 449.95 5 c
File renamed without changes.
1 change: 1 addition & 0 deletions examples/rectangle.pgf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f #6cf s 4 #39c dr 10 10 300 200
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gulp.task('deploy', function(done)
src: [
'dist/pixi-graphics.js',
'dist/pixi-graphics.js.map',
'example/**',
'examples/**',
'docs/**'
]
};
Expand Down

0 comments on commit 64ae46e

Please sign in to comment.