buntine / barcoders

A barcode encoding library for the Rust programming language
Apache License 2.0
164 stars 24 forks source link

feat: add xmlns as svg generator option #29

Closed Adam-Alj closed 5 months ago

Adam-Alj commented 7 months ago

Problem Statement

I want the ability to add an xml namespace to the SVG generated by this library. Certain frontend frameworks have difficulties rendering SVGs without this attribute.

Solution

Add an optional property xmlns to the SVG struct.

Additionally, add builder methods for that property and all other props. (This is extra, just a nice-to-have imo)