The latest release `3.0.0` does not have `BarHeightFor1DBarcode` for `EAN` options. Maybe time to publish a new, updated version? ```cs var options = new SvgRendererOptions { IncludeEanContentAsText = true, BarHeightFor1DBarcode = 25 // Does not exist }; ```
The latest release
3.0.0does not haveBarHeightFor1DBarcodeforEANoptions. Maybe time to publish a new, updated version?