path tag html code example
Example 1: path in html
/ = Root directory
. = This location
.. = Up a directory
./ = Current directory
../ = Parent of current directory
../../ = Two directories backwards
Example 2: SVG arc
SVG <path> arc
A rx ry x-axis-rotation large-arc-flag sweep-flag(clockwise?) x y
a rx ry x-axis-rotation large-arc-flag sweep-flag(clockwise?) dx dy