ExportSVGPlugin is plugin for pydmtx
$ pip install pydmtx-export-svgYou should now see svg under --format in $ pydmtx --help output.
$ pydmtx "hello" --stdout --format svg -- --background yellow > output.svg| Option | Description | Default value |
|---|---|---|
-m SIZE, --module-size SIZE |
- | 10 |
-w WIDTH, --width WIDTH |
- | auto |
-h HEIGHT, --height HEIGHT |
- | auto |
-f COLOR, --foreground COLOR |
Color of foreground. See color syntax for SVG w3.org 🡕 | black |
-b COLOR, --background COLOR |
Color of background. | white |
-v, --viewbox |
- | false |