aboutsummaryrefslogtreecommitdiff
path: root/data/icon-1.svg.in
blob: 5bda15486d9da6ea16f8fde44ccc1834a338fae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>

<svg version="1.1" width="@WIDTH@" height="@HEIGHT@">
  <defs>
    <mask id="m">
      <rect x="0" y="0" width="@WIDTH@" height="@HEIGHT@" style="fill:white" />
      <text x="@LAYOUT_X@" y="@LAYOUT_Y@" style="@LAYOUT_FONT@;fill:black">@LAYOUT@</text>
      <text x="@SUBSCRIPT_X@" y="@SUBSCRIPT_Y@" style="@SUBSCRIPT_FONT@;fill:black">@SUBSCRIPT@</text>
    </mask>
  </defs>
  <rect x="0" y="0" width="@WIDTH@" height="@HEIGHT@" rx="@RADIUS@" mask="url(#m)" style="fill:@COLOUR@" />
</svg>