Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NickHardeman committed Sep 24, 2019
1 parent d34bbf5 commit bac786d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -21,4 +21,6 @@ shared_ptr<ofxSvgGroup> cloudGroup = svg.get< ofxSvgGroup>("sky:clouds");

Get all of the elements of a certain type by calling getElementsForType <br/>
vector< shared_ptr<ofxSvgImage> > trees = svg.getElementsForType< ofxSvgImage >("trees");

System fonts are supported. Also searches for a folder "fonts" in the same directory as loaded svg file for cross platform compatability.

0 comments on commit bac786d

Please sign in to comment.