summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-09-16 18:02:38 +0200
committerBastien Nocera <hadess@hadess.net>2019-09-16 18:06:00 +0200
commit8694f9f2828591f924656cde9a33506042369984 (patch)
treef3fa5ac4725c46a76c1631381d70a20d181379b3
parent9fab71b37d7abd75ee5599d006f9aab05d8107bb (diff)
Files that start with "Created with Inkscape" are SVG files
Even those with "<!--" at offset 0.
-rw-r--r--freedesktop.org.xml.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index f6fb84f..9c51ac6 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -4920,6 +4920,7 @@ command to generate the output files.
</magic>
<magic priority="45">
<match type="string" value="&lt;svg" offset="0:256"/>
+ <match type="string" value="&lt;!-- Created with Inkscape" offset="0"/>
</magic>
<glob pattern="*.svg"/>
<root-XML namespaceURI="http://www.w3.org/2000/svg" localName="svg"/>