Remove BOM from circuit diagram SVG

This commit is contained in:
Reinout Meliesie 2025-09-01 19:30:32 +02:00
commit 6c31db6f28
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" width="600" height="360" xmlns="http://www.w3.org/2000/svg">
<line x1="440" y1="80" x2="440" y2="130" style="stroke:rgb(0, 0, 0);stroke-linecap:square;stroke-width:2" />
@ -72,7 +72,7 @@
<text x="90" y="90" style="font-family:monospace;font-size:11px;text-anchor:middle" dominant-baseline="middle">Arduino Micro</text>
<rect x="40" y="100" width="100" height="180" style="fill-opacity:0;stroke:rgb(0, 0, 0);stroke-width:2" />
<line x1="30" y1="110" x2="40" y2="110" style="stroke:rgb(0, 0, 0);stroke-linecap:square;stroke-width:2" />
<text x="44" y="110" style="font-family:monospace;font-size:11px;text-anchor:start" dominant-baseline="middle">13</text>
<line x1="140" y1="110" x2="150" y2="110" style="stroke:rgb(0, 0, 0);stroke-linecap:square;stroke-width:2" />

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After