We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support color-mode:light when generating pictures with polyx, e.g,.:
color-mode:light
polyx
clojure -M:polyx info color-mode:light out:info-light.png
If we want a transparent background, we can type:
clojure -M:polyx info out:info-transparent.png :transparent
I needed this functionality myself, if you wonder why this was prioritized! :-)
The text was updated successfully, but these errors were encountered:
Support generating images with light background, issue #484.
f8356b0
Support generating pictures with light background (#485)
bcc8744
* Support generating images with light background, issue #484. * 0.2.20-SNAPSHOT (28)
Snapshot 022029 (#487)
153fb63
* Support generation of transparent images from the polyx tool, issue #484. * 0.2.20-SNAPSHOT # 29
No branches or pull requests
Support
color-mode:light
when generating pictures withpolyx
, e.g,.:If we want a transparent background, we can type:
I needed this functionality myself, if you wonder why this was prioritized! :-)
The text was updated successfully, but these errors were encountered: