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
The output height is unexpectedly large as if it includes an extra blank line.
Expected:
Actual:
(Taken on https://ivanceras.github.io/svgbob-editor/ with border: 1px solid red added to the svg element)
border: 1px solid red
svg
The text was updated successfully, but these errors were encountered:
The resulting svg is hardcoded to be padded with 1 character width/height on all 4 sides. This should probably be passed as margin in Settings.
Settings
Sorry, something went wrong.
fix: calculate the correct image size
7fa219e
Implements a work-around for the following issue: <ivanceras/svgbob#77>
No branches or pull requests
The output height is unexpectedly large as if it includes an extra blank line.
Expected:
Actual:
(Taken on https://ivanceras.github.io/svgbob-editor/ with
border: 1px solid red
added to thesvg
element)The text was updated successfully, but these errors were encountered: