DannyBen/victor

View on GitHub
examples/17_tagless_elements.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 viewBox="0 0 180 20" width="100%" height="100%" 
  xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink">


<rect x="0" y="0" width="180" height="20" style="fill:#ddd"/>
<text x="15" y="15" font-size="14" font-family="Verdana">
You are
<tspan fill="red" font-weight="bold">
not
</tspan>
a banana
</text>

</svg>