Module RQRCode::Export::SVG
In: lib/rqrcode/export/svg.rb

Methods

as_svg  

Public Instance methods

Render the SVG from the Qrcode.

Options: offset - Padding around the QR Code (e.g. 10) fill - Background color (e.g "ffffff" or :white) color - Foreground color for the code (e.g. "000000" or :black) module_size - The Pixel size of each module (e.g. 11) shape_rendering - Defaults to crispEdges

[Validate]