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
In SATySFi, the only way to draw pictures is
load-image : string -> image use-image-by-width : image -> length -> inline-cmd
Is there any way to draw pictures with natural length? My suggestion is deprecating use-image-by-width and add use-image as
use-image-by-width
use-image
use-image : image -> inline-cmd
Then, use-image-by-width will be defined with linear-transform-graphics and use-image.
linear-transform-graphics
The text was updated successfully, but these errors were encountered:
related:
https://twitter.com/yasuo_ozu/status/1439587987650580480
Sorry, something went wrong.
No branches or pull requests
In SATySFi, the only way to draw pictures is
Is there any way to draw pictures with natural length?
My suggestion is deprecating
use-image-by-width
and adduse-image
asThen,
use-image-by-width
will be defined withlinear-transform-graphics
anduse-image
.The text was updated successfully, but these errors were encountered: