Fix and implement supplier counters
This commit is contained in:
@@ -16,7 +16,7 @@ module RQRCode
|
||||
|
||||
qrcode = RQRCode::QRCode.new(string, :size => size, :level => level)
|
||||
svg = RQRCode::Renderers::SVG::render(qrcode, options)
|
||||
|
||||
|
||||
data = \
|
||||
if format == :png
|
||||
image = MiniMagick::Image.read(svg) { |i| i.format "svg" }
|
||||
|
||||
Reference in New Issue
Block a user