kratho

Results 4 comments of kratho

You can use the [SvgRenderer](https://github.com/woo-j/OkapiBarcode/blob/master/src/main/java/uk/org/okapibarcode/output/SvgRenderer.java) on Android and convert the svg result to a Bitmap using [androidsvg](https://bigbadaboom.github.io/androidsvg/) for example.

Yes i tried this approach and it is working fine! Regarding the `text` element: you are right, according to AndroidSvg this might be a limitation. For my use case this...

No i didn't have to fork or customize Okapi in order to use it on Android. This is working out of the box as, in contrary to the Java2D renderer,...

Like @mipastgt, I am also facing the problem where the IDE plugin states an environment variable accessed from build.gradle is null. However, the variable is definitely set. Are there any...