- 'path' element describes a single path
- 'g' element fror grouping paths
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG August 1999//EN"
"http://www.w3.org/Graphics/SVG/SVG-19990812.dtd">
<svg width="4in" height="3in">
<path d="M 100,100 L 180,100 L 140,180 z"/>
</svg>