Skip to main content

QR codes

How do display and change QR codes?

There are several tools that will help you to display and change QR codes in Polotno Editor.

  1. Using qrcode (or other similar library) we can generate SVG image of QR code.
  2. With svg element you can show generated SVG image on the canvas.
  3. We can use custom attribute of svg shape to save any additional data. We can use it to store QR code data string for future reference.

Instructions: try to change content of selected QR code. Try to deselect element to create new QR codes.

Open Demo