summaryrefslogtreecommitdiffstats
path: root/win/cleansvg.txr
blob: 7278f9a6c312c370e559b7dbde4789e2b88cfab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
@(skip)
   xmlns="@xmlns"
@(skip)
   width="@width"
   height="@height"
   id="@id"
   version="@ver"
@(skip)
  <g
@(skip)
     transform="@outertrans">
@(skip)
      <g
         style="@nil"
         id="@nil"
         transform="@innertrans">
        <path
           d="@pathdata"
@(skip)
</svg>
@(output)
<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<!-- TXR Logo
     Copyright 2017-2024 Kaz Kylheku <kaz@@kylheku.com> -->

<svg xmlns="@xmlns"
     viewBox="0 0 @width @height"
     id="@id"
     version="@ver">
  <g transform="@outertrans">
    <g transform="@innertrans">
      <path d="@pathdata"/>
    </g>
  </g>
</svg>
@(end)