From 821d31a3c660bce46177f86680dcc8bb948b1811 Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Mon, 25 Nov 2019 07:47:58 -0800
Subject: [PATCH] Loading animation: properly close SVG tags (or Edge shows
 errors)

---
 src/index.html | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/index.html b/src/index.html
index 6b4adf231..c129854a2 100644
--- a/src/index.html
+++ b/src/index.html
@@ -51,47 +51,47 @@
                   <rdf:RDF>
                      <cc:Work rdf:about="">
                         <dc:format>image/svg+xml</dc:format>
-                        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-                        <dc:title />
+                        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" ></dc:type>
+                        <dc:title></dc:title>
                      </cc:Work>
                   </rdf:RDF>
                </metadata>
-               <defs id="defs3410" />
+               <defs id="defs3410"></defs>
                <g inkscape:groupmode="layer" id="layer1" inkscape:label="background">
                   <rect
                      style="fill:#003a80;stroke:none;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1;stroke-opacity:1;stroke-linejoin:round"
-                     id="fond" width="165.55714" height="165.55714" x="1" y="1" />
+                     id="fond" width="165.55714" height="165.55714" x="1" y="1"></rect>
                </g>
                <g inkscape:groupmode="layer" id="calque_traits" inkscape:label="traits">
                   <path
                      style="fill:#80b3ff;fill-rule:evenodd;stroke:#4dbbe9;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-                     d="M 16.234557,39.786389 36.297745,77.631687" id="trait_1" inkscape:connector-curvature="0" />
+                     d="M 16.234557,39.786389 36.297745,77.631687" id="trait_1" inkscape:connector-curvature="0"></path>
                   <path
                      style="fill:#80b3ff;fill-rule:evenodd;stroke:#4dbbe9;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-                     d="m 47.234816,83.975938 27.27422,0.39174" id="trait_2" inkscape:connector-curvature="0" />
+                     d="m 47.234816,83.975938 27.27422,0.39174" id="trait_2" inkscape:connector-curvature="0"></path>
                   <path
                      style="fill:#80b3ff;fill-rule:evenodd;stroke:#4dbbe9;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-                     d="M 85.615846,92.002058 101.01379,128.05358" id="trait_3" inkscape:connector-curvature="0" />
+                     d="M 85.615846,92.002058 101.01379,128.05358" id="trait_3" inkscape:connector-curvature="0"></path>
                   <path
                      style="fill:#80b3ff;fill-rule:evenodd;stroke:#4dbbe9;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-                     d="m 145.82968,107.86632 -35.62153,23.78874" id="trait_4" inkscape:connector-curvature="0" />
+                     d="m 145.82968,107.86632 -35.62153,23.78874" id="trait_4" inkscape:connector-curvature="0"></path>
                </g>
                <g inkscape:groupmode="layer" id="calque_points" inkscape:label="points">
                   <circle
                      style="fill:#ffffff;stroke:#003a80;stroke-width:10;stroke-miterlimit:66;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill"
-                     id="point_1" cx="12.879179" cy="34.64555" r="6" />
+                     id="point_1" cx="12.879179" cy="34.64555" r="6"></circle>
                   <circle
                      style="fill:#ffffff;stroke:#003a80;stroke-width:10;stroke-miterlimit:66;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill"
-                     id="point_2" cx="39.734871" cy="83.581924" r="10" />
+                     id="point_2" cx="39.734871" cy="83.581924" r="10"></circle>
                   <circle
                      style="fill:#ffffff;stroke:#003a80;stroke-width:10;stroke-linejoin:round;stroke-miterlimit:66;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill"
-                     id="point_3" cx="82.500542" cy="84.860001" r="10" />
+                     id="point_3" cx="82.500542" cy="84.860001" r="10"></circle>
                   <circle
                      style="fill:#ffffff;stroke:#003a80;stroke-width:10;stroke-miterlimit:66;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill"
-                     id="point_4" cx="104.12913" cy="135.35852" r="10" />
+                     id="point_4" cx="104.12913" cy="135.35852" r="10"></circle>
                   <circle
                      style="fill:#ffffff;stroke:#003a80;stroke-width:10;stroke-miterlimit:66;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill"
-                     id="point_5" cx="151.57199" cy="103.73587" r="10" />
+                     id="point_5" cx="151.57199" cy="103.73587" r="10"></circle>
                </g>
             </svg>
          </div>
-- 
GitLab