1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-05 21:52:10 +01:00

gcs: fix id of quad-x image in SVG

The quad-x image was missing in the GCS config gadget.

GCS expects the quad-x image to have id=quad-X (upper
case X).
This commit is contained in:
Stacey Sheldon 2011-05-28 22:17:40 -04:00
parent ce3196c33c
commit 3a755dcdbb

View File

@ -3668,7 +3668,7 @@
id="g6963" /><g id="g6963" /><g
id="g6995" /><g id="g6995" /><g
id="g7027" /><g id="g7027" /><g
id="quad-x"><g id="quad-X"><g
transform="matrix(1,0,0,-1,0,2792.2535)" transform="matrix(1,0,0,-1,0,2792.2535)"
id="g5011"><path id="g5011"><path
d="m 1001.67,1438.583 2.695,0 0,-16.728 16.729,0 0,16.728 2.988,0 -11.205,11.205 -11.207,-11.205 z" d="m 1001.67,1438.583 2.695,0 0,-16.728 16.729,0 0,16.728 2.988,0 -11.205,11.205 -11.207,-11.205 z"

Before

Width:  |  Height:  |  Size: 438 KiB

After

Width:  |  Height:  |  Size: 438 KiB