Change http to https in SVGs

Find and replace:
http:\/\/(.{0,10})freecad
https://$1freecad
Include: *.svg
This commit is contained in:
DeflateAwning
2023-10-29 22:32:59 -06:00
parent 5e466291b9
commit c847a3d516
1106 changed files with 1106 additions and 1106 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="svg2" width="279.4mm" height="215.9mm" version="1.1" viewBox="0 0 279.4 215.9" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:freecad="http://www.freecad.org/wiki/index.php?title=Svg_Namespace" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<svg id="svg2" width="279.4mm" height="215.9mm" version="1.1" viewBox="0 0 279.4 215.9" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:freecad="https://www.freecad.org/wiki/index.php?title=Svg_Namespace" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<metadata id="metadata7">
<rdf:RDF>
<cc:Work rdf:about="">

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB