Open btek-fng opened 1 month ago
When activating the SVG inline rendering (which replaces the default <img> tag with <svg>), a top margin appears on the embedded image.
<img>
<svg>
plugin configuration :
plugins: - kroki: ServerURL: !ENV [KROKI_SERVER_URL, 'https://kroki.io'] FileTypes: - svg TagFormat: svg
puml file used :
Github - C4_Container Diagram Sample - bigbankplc.puml
It seems like manually removing the height attributes within the html, makes rendering correct.
height
When activating the SVG inline rendering (which replaces the default
<img>
tag with<svg>
), a top margin appears on the embedded image.plugin configuration :
puml file used :
Github - C4_Container Diagram Sample - bigbankplc.puml
It seems like manually removing the
height
attributes within the html, makes rendering correct.