DannyBen/victor

View on GitHub
examples/10_pacman.svg

Summary

Maintainability
Test Coverage
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

<svg width="140" height="100" style="background:#ddd" 
  xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink">


<rect x="10" y="10" width="120" height="80" rx="10" fill="#666"/>
<circle cx="50" cy="50" r="30" fill="yellow"/>
<circle cx="58" cy="32" r="4" fill="black"/>
<polygon points="45,50 80,30 80,70" fill="#666"/>
<circle cx="80" cy="50" r="4" fill="yellow"/>
<circle cx="98" cy="50" r="4" fill="yellow"/>
<circle cx="116" cy="50" r="4" fill="yellow"/>

</svg>