Dup Ver Goto 📝

ResizingSvgWithCss

PT2/lang/html/examples does not exist
To
20 lines, 30 words, 247 chars Page 'ResizingSvgWithCss' does not exist.
<!DOCTYPE html>
<html>
  <head>
    <meta charset='utf8'/>
<style>
img.k {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
}
</style>
  </head>
  <body>
    <img class="k" src='k.svg'/>
  </body>
</html>