papnkukn / qrcode-svg

A simple QR Code generator in pure JavaScript / node.js library
MIT License
451 stars 93 forks source link

Please add an option for `shape-rendering` property. #14

Open 70599 opened 4 years ago

70599 commented 4 years ago

Default value crispEdges looks well in most browsers. Except macOS Safari.

Here are the screenshots:

crispEdges or optimizespeed in Firefox or Chrome: `crispEdges` in Firefox

crispEdges in macOS Safari: `crispEdges` in macOS Safari

optimizespeed in macOS Safari: `optimizespeed` in macOS Safari