A runtime library to read svg file and convert it into a Pixmap in libGDX.
IMPORTANT NOTE: This is only an incomplete hobby project. Due to limited time resource and personal reason (I'm not a CS or EE student), what I can do are only part of <path>
-related things.
You may refer to
Apache Batik,
svgtoandroid,
CairoSVG,
svgSalamander,
JFreeSVG,
libgdx-svg
for better experience.
I tried writing a wrapper or a java version of the projects above, but failed.
This project contains a translated version of colinmeinke/svg-arc-to-cubic-bezier, which is licensed under LSC.