diggsweden / dgc-java

Java implementation of the EU eHealth Digital Green Certificates.
MIT License
27 stars 25 forks source link

Generate crisp edges in SVG #83

Closed peterssond closed 2 years ago

peterssond commented 2 years ago

SVGs are generated with a small white horizontal line between modules. This is mitigated by adding shape-rendering="crispEdges".

See the following examples.

Without crispEdges: image

With crispEdges: image