You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SVG images now use viewBox instead of width and height to scale. A new property $svgViewBoxSize has been added to QROptions, $scale has no effect. QRMarkup has a new property $svgHeader that you can overwrite when inheriting that class. This change may cause unexpected scaling results if you're using SVG output. See #30 and 090bbeb