Ping had pointed out that these were mistakenly switched, not matching the real 
HW's looks.

I think this patch fixes it.

--
Joaquim Rocha
http://www.joaquimrocha.com
From d3a1e5d4248fe3e9abef60b5ce15d215fa7e6d92 Mon Sep 17 00:00:00 2001
From: Joaquim Rocha <jro...@redhat.com>
Date: Tue, 11 Jun 2013 11:12:11 +0200
Subject: [PATCH] data: fix D and E buttons' inner dot and square

They were mistakenly switched, not matching the real HW's looks.

Signed-off-by: Joaquim Rocha <jro...@redhat.com>
---
 data/layouts/cintiq-13hd.svg | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/data/layouts/cintiq-13hd.svg b/data/layouts/cintiq-13hd.svg
index 1a9b1d2..8c4777a 100644
--- a/data/layouts/cintiq-13hd.svg
+++ b/data/layouts/cintiq-13hd.svg
@@ -175,11 +175,14 @@
       y="165.0"
       x="51.5"
       style="text-anchor:start;">D</text>
-    <circle
+    <rect
       id="DotD"
-      cy="163.5"
-      cx="33.5"
-      r="1.0" />
+      rx="1.0"
+      ry="1.0"
+      height="8.0"
+      width="8.0"
+      y="160.0"
+      x="30.0" />
   </g>
   <g>
     <rect
@@ -222,13 +225,10 @@
       width="20.0"
       y="176.0"
       x="24.0" />
-    <rect
+    <circle
       id="DotE"
-      rx="1.0"
-      ry="1.0"
-      height="8.0"
-      width="8.0"
-      y="179.0"
-      x="30.0" />
+      cy="183.0"
+      cx="34.0"
+      r="1.0" />
   </g>
 </svg>
-- 
1.8.1.4

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to