butiran

gh pages html css js

preparations

reviews

basics

deployments

svg

Scalable Vector Graphics (SVG) is an XML-based markup language for describing two-dimensional based vector graphics ( mozz://a, 2023 , 2023).

review

validation

Minimal content of a SVG file is as follow

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<svg version="1.1"
 width="300" height="200"
 xmlns="http://www.w3.org/2000/svg">

</svg>

Check it on online

This document was successfully checked as XML!

Result: Passed, 1 warning(s)

or by uploding file .

This document was successfully checked as SVG 1.1 + URL + HTML + MathML 3.0!

animation

notes