kenglxn / QRGen

a simple QRCode generation api for java built on top ZXING
http://glxn.net/2012/03/10/qrgen-a-small-wrapper-on-top-of-zxing-for-generating-qrcodes-in-java
1.49k stars 299 forks source link

SVG support #95

Closed atomfrede closed 6 years ago

atomfrede commented 6 years ago

The old svg support used a GPL3 licensed library which is not compatible with Apache 2. In order to support SVG format again we could use batik directly which is also apache 2 licencesed.

https://xmlgraphics.apache.org/batik/using/svg-generator.html