nfroidure/svgicons2svgfont

View on GitHub
tests/results/roundedcorners.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 xmlns="http://www.w3.org/2000/svg">
<defs>
  <font id="roundedcorners" horiz-adv-x="150">
    <font-face font-family="roundedcorners"
      units-per-em="150" ascent="150"
      descent="0" />
    <missing-glyph horiz-adv-x="0" />
    <glyph glyph-name="roundedrect"
      unicode="&#xE001;"
      horiz-adv-x="150" d="M150 100H350A100 200 0 0 0 450 -100V-100A100 200 0 0 0 350 -300H150A100 200 0 0 0 50 -100V-100A100 200 0 0 0 150 100z" />
  </font>
</defs>
</svg>