Skip to content

Add SVG support - #29

Merged
ruediger merged 6 commits into
mainfrom
svg
Sep 26, 2026
Merged

ruediger merged 6 commits into
mainfrom
svg

Conversation

@ruediger

Copy link
Copy Markdown
Owner

Fixes #28

SVG support requires svg.el, which is shipped with Emacs 26.1 and
newer. This allows setting `qrencode-export-format` to `'svg` if
available to write files in SVG format.

A new API function `qrencode-as-svg` can be used to get an svg.el
object if there is a desire to manipulate it further.
In case svg.el isn't available declare the SVG functions so byte
compile won't fail due to them missing.
Much cleaner code scanning ahead.
@ruediger ruediger linked an issue Sep 26, 2026 that may be closed by this pull request
@ruediger
ruediger merged commit daae774 into main Sep 26, 2026
10 checks passed
@ruediger
ruediger deleted the svg branch September 26, 2026 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement SVG support

1 participant