diagram icon indicating copy to clipboard operation
diagram copied to clipboard

size specification of PNG and SVG appear very different

Open reagle opened this issue 1 year ago • 0 comments

Perhaps this is a pandoc HTML/CSS template issue, but when I switch between png and svg+xml the size of the respective outputs differs significantly. See png and svg for how different the sizes are.


img {
  max-width: 100%;
}
svg {
  height: auto;
  max-width: 100%;
}
SCR-20240814-kmte

reagle avatar Aug 14 '24 15:08 reagle