Fix and implement supplier counters

This commit is contained in:
2014-03-07 18:29:49 +01:00
parent 95e268adea
commit 99473758e6
25 changed files with 304 additions and 65 deletions
+1 -1
View File
@@ -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" }