[go: up one dir, main page]

Skip to content

Fix .path for groups with multiple path element children

What does the merge request do?

Fix #604 (closed)

Implementation notes

Alternatively, we could change the behavior of path + path and path += path in such a way that the first command of the second path is auto-converted to absolute, but I think that this goes against the principle of least surprise (and the QR code extension actually relies on the current behavior, that the elements are appended as is).

Summary for release notes

QR Code Generator: In some cases, when building a QR code from symbols, the symbol was incorrectly deformed. This has been fixed.

Checklist

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

Merge request reports

Loading