Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
namkazt authored Jul 3, 2016
1 parent 141f8bf commit 78eb950
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Cocos2d-x SVGSprite

![Alt][1]

Support cocos2d-x display SVG as sprite or path

ref: NanoSVG ( https://github.com/memononen/nanosvg )
Expand All @@ -14,3 +16,5 @@ Add source code to your Class folder or anywhere
SVGSprite* testSVG = SVGSprite::create("tiger.svg", 0.5f);
this->addChild(testSVG);
```
[1]: /demo_tiger.png "Demo Tiger"

0 comments on commit 78eb950

Please sign in to comment.