summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/nanosvg/example/example2.c
Commit message (Collapse)AuthorAgeFilesLines
* 3rdparty/nanosvg: Re-base on latest upstream. Vas Crabb2020-10-051-1/+1
| | | | | | | Now based on upstream cc6c08d3a80f1a305021af3d6394cdf1535d02a2. Among other things, this version is supposed to be less sensitive to the global locale.
* screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert] Olivier Galibert2016-04-041-0/+69
It's damn slow, ~50ms/frame on cdkong. Caching and/or hw accel will solve that easily. It doesn't look very good, nanosvg need better anti-aliasing. It also doesn't do texturing very well and images not at all, so some of our current svgs won't look good. But all that's fixable.