Does libGDX support rendering vector graphics? I need to draw some simple *.svg files, but can't find how to load them. Please advise
Asked
Active
Viewed 1,940 times
1 Answers
3
Nope it does not.
LibGDX provides you a way to draw simple shapes (implemented as ShapeRenderer) but it cannot parse .svg probably due to being multiplatform.
Still you can use some 3rd part library designed for specify platform like svg android
Also take a look at this:

Community
- 1
- 1

m.antkowicz
- 13,268
- 18
- 37