Hello all,
I was doing some production work for some DVDs and wanted Barcodes on my production. I used inkscape and so I wanted to get svg barcodes.
The problem was the only things I could get to make svg barcodes on my mac was (perl) (GD::Barcode) which creates a gif barcode but with the use of GD::SVG you can make svg barcodes. I found this to be way too silly and couldn't even get GD libs installed so being a perl programmer I used online guides to create SVG::Barcode module which has only simple dependancies on SVG module.
Cut to the chase, I figured you might be interested in this code as a plugin, it's in perl which is not ideal but it's not huge code and could be converted to C/C++
Encodings: Code39, Code128, EAN8
let me know if your interested.