Redundant information saved in SVG #135
Labels
No labels
api-inconsistency
automerge
bug
contributions welcome
documentation
duplicate
enhancement
good first issue
invalid
more-information-needed
question
sync
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
WhyNotHugo/python-barcode#135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If i'm not missing something then the generated SVG draws white space over a white background, so what the library generates:
would be rendered exactly the same as this (without explicit white stripes in between):
If my understanding is correct i can submit the MR to optimize SVG output.
Thanks for sharing such a useful project with everybody!