Skip to content

Adds multiline support for rendering QR codes

Timothy D requested to merge timothy.dewin/extensions:master into master

What does the merge request do?

Adds multiline support for rendering QR codes. New line support was added in inkscape v1 but support for the input was not added

Implementation notes

Set appearance to multiline, replace "\n" with real new line in the python code

Summary for release notes

Adds multiline support for rendering QR codes. This can be useful if you want to create a vCard or other multiline formats

Checklist

  • Add unit tests (if applicable)
  • Changes to inkex/ are well documented
  • Clean merge request history

Merge request reports