You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would nice to infer the width and height from the generated image when width and height are not explicitly defined.
For reference, Asciidoctor Diagram does the following:
It would nice to infer the width and height from the generated image when width and height are not explicitly defined.
For reference, Asciidoctor Diagram does the following:
PNG
https://github.com/asciidoctor/asciidoctor-diagram/blob/66876e9c11c401eec943ff6968cd0c5f6c443906/lib/asciidoctor-diagram/util/png.rb#L9-L22
GIF
https://github.com/asciidoctor/asciidoctor-diagram/blob/66876e9c11c401eec943ff6968cd0c5f6c443906/lib/asciidoctor-diagram/util/gif.rb#L10-L18
SVG
https://github.com/asciidoctor/asciidoctor-diagram/blob/66876e9c11c401eec943ff6968cd0c5f6c443906/lib/asciidoctor-diagram/util/svg.rb#L7-L24
Originally posted by @Mogztter in #99 (comment)
The text was updated successfully, but these errors were encountered: