Source code
Revision control
Copy as Markdown
Other Tools
<style>
circle { fill: red }
.c { fill: green }
.e { fill: green }
</style>
<circle cx="5" cy="10" r="5" class="a">A</circle>
<circle cx="15" cy="10" r="5" class="b">B</circle>
<circle cx="25" cy="10" r="5" class="c">C</circle>
<circle cx="35" cy="10" r="5" class="d">D</circle>
<circle cx="45" cy="10" r="5" class="e">E</circle>
</svg>