Skip to content

pydmtx/pydmtx-export-svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydmtx-export-svg

ExportSVGPlugin is plugin for pydmtx

Installation

$ pip install pydmtx-export-svg

You should now see svg under --format in $ pydmtx --help output.

Usage

$ pydmtx "hello" --stdout --format svg -- --background yellow > output.svg

Options

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

License

MIT

Releases

No releases published

Packages

No packages published

Languages