Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.34 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.34 KB

gdx-svg2pixmap

CircleCI Build Status codecov

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.