Skip to content

Commit

Permalink
added SVGPathSeg polyfill, closes #196
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Feb 7, 2016
1 parent b5006e3 commit 8fcb893
Show file tree
Hide file tree
Showing 3 changed files with 821 additions and 1 deletion.
5 changes: 4 additions & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
<!-- only required if using Matter.RenderPixi -->
<script type="text/javascript" src="./js/lib/pixi.js"></script>

<!-- matter lib edge master version -->
<!-- only required if using Matter.Svg -->
<script type="text/javascript" src="./js/lib/pathseg.js"></script>

<!-- matterjs dev version -->
<script type="text/javascript" src="../build/matter-dev.js"></script>

<!-- only required if using MatterTools -->
Expand Down
Loading

0 comments on commit 8fcb893

Please sign in to comment.