Fix IP address in graphic

It should be .10 instead of .1 in the graphic - to match the text.

Change-Id: Iace460d7f4382fa4d2ce7811747a56c47e60e7fa
backport: havana
Closes-Bug: #1242852
This commit is contained in:
Andreas Jaeger 2013-10-21 21:05:49 +02:00
parent 13e76397fe
commit 7e36d26a01

View File

@ -79,7 +79,7 @@
y="446.27066" y="446.27066"
style="font-size:20px">192.168.0.<tspan style="font-size:20px">192.168.0.<tspan
style="font-weight:bold" style="font-weight:bold"
id="tspan3123">1</tspan></tspan></text> id="tspan3123">10</tspan></tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans" style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
@ -107,7 +107,7 @@
y="326.77679" y="326.77679"
style="font-size:20px">10.0.0.<tspan style="font-size:20px">10.0.0.<tspan
style="font-weight:bold" style="font-weight:bold"
id="tspan3106">1</tspan></tspan></text> id="tspan3106">10</tspan></tspan></text>
<text <text
xml:space="preserve" xml:space="preserve"
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans" style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB