Skip to content
New issue

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

Make --scale a multiplier of the default scale #71

Merged
merged 1 commit into from
Jan 12, 2021

Commits on Jan 11, 2021

  1. Make --scale a multiplier of the default scale

    The help for the `--scale` option states the default value is 1. This is not the case though (current default is 8.0) which leads to the surprising result that without a scale argument the output width will be `x` and with, for instance `--scale 2` the output width will be `x / 4` instead of `x * 2`.
    
    This change makes the CLI scale argument a multiplier of the default scale instead of overwriting the default scale.
    pepijnve authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    eef8e3e View commit details
    Browse the repository at this point in the history