mirror of
https://github.com/usetrmnl/trmnl-liquid.git
synced 2026-04-29 13:43:18 -07:00
Necessary to allow the SVG output of QR code generation to be used in responsive design so folks can allow these images to shrink/grow as desired. The `standalone` key was dropped since this is default behavior so no need to be explicit. The test suite was updated to account for the new `view` attribute by using REXML to acquire all attributes of the resulting SVG image. This allows each test to be explicit while improving readability. RuboCop was updated to account for this change. We can't fix until customers are migrated to the new functionality and then we can come back and fix these violations. Issue: 17 Milestone: minor