Tiny change to get SVG properly validated by the W3C validator.

This commit is contained in:
Gwyneth Llewelyn
2020-08-17 23:22:54 +00:00
parent 9435e0653c
commit f033e1da7a
+2 -3
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg
xmlns="http://www.w3.org/2000/svg"
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -10,7 +10,6 @@
width="160"
height="160"
id="YAML_Logo"
data-name="YAML Logo"
viewBox="0 0 512 470.647">
<title id="title-001">YAML logo</title>
<defs>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB