Answers for "how to make good svg file"

3

SVG Tutorial

<html>
<body>

<h1>My first SVG</h1>

<svg width="100" height="100">
  <circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
</svg>

</body>
</html>
Posted by: Guest on February-27-2021
2

when svg file invented

1998
SVG was developed by the W3C SVG Working Group starting in 1998, after six competing vector graphics submissions were received that year: Web Schematics, from CCLRC.
Posted by: Guest on November-06-2020

Browse Popular Code Answers by Language