• Please have SVG Support ignore a non-pixel unit width/height and set the size with the viewbox value.
    example: the code below become 100 x100 px although viewbox has the size that’s 1024 x 1024 px.
    <svg width="100%" height="100%" viewBox="0 0 1024 1024"

Viewing 1 replies (of 1 total)
  • Thread Starter ashf

    (@ashf)

    Also SVG with the viewbox attribute only without the width/height attribute become 0 x 0px.

Viewing 1 replies (of 1 total)
  • The topic ‘Size problem with non-pixel unit width/height’ is closed to new replies.