You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.8 KiB
58 lines
1.8 KiB
2 months ago
|
From 14cd4d9ea27c29c33686bf3774db140afd697249 Mon Sep 17 00:00:00 2001
|
||
|
From: Tatsunosuke Tobita <tatsunosuke.tobita@wacom.com>
|
||
|
Date: Wed, 31 Jul 2024 17:22:11 +0900
|
||
|
Subject: [PATCH libwacom 12/13] wacom-movink-13.svg: correct the name of the
|
||
|
product
|
||
|
|
||
|
"Wacom Movink" or "movink" used in the previous file was corrected
|
||
|
to "Wacom Movink 13"
|
||
|
|
||
|
Signed-off-by: Tatsunosuke Tobita <tatsunosuke.tobita@wacom.com>
|
||
|
(cherry picked from commit 93d4dceb38573953abdbd99ae7b8c5e55d49a9a9)
|
||
|
---
|
||
|
data/layouts/{movink.svg => movink-13.svg} | 8 ++++----
|
||
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
||
|
rename data/layouts/{movink.svg => movink-13.svg} (96%)
|
||
|
|
||
|
diff --git ./data/layouts/movink.svg ../data/layouts/movink-13.svg
|
||
|
similarity index 96%
|
||
|
rename from data/layouts/movink.svg
|
||
|
rename to data/layouts/movink-13.svg
|
||
|
index a71fb1a880aa..92e89a62bc48 100644
|
||
|
--- ./data/layouts/movink.svg
|
||
|
+++ ../data/layouts/movink-13.svg
|
||
|
@@ -2,10 +2,10 @@
|
||
|
<svg
|
||
|
version="1.1"
|
||
|
style="color:#000000;stroke:#7f7f7f;fill:none;stroke-width:.25;font-size:8"
|
||
|
- id="movink"
|
||
|
+ id="movink-13"
|
||
|
width="410"
|
||
|
height="264"
|
||
|
- sodipodi:docname="movink.svg"
|
||
|
+ sodipodi:docname="movink-13.svg"
|
||
|
inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)"
|
||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||
|
@@ -61,7 +61,7 @@
|
||
|
inkscape:locked="false" />
|
||
|
</sodipodi:namedview>
|
||
|
<title
|
||
|
- id="title">Wacom Movink</title>
|
||
|
+ id="title">Wacom Movink 13</title>
|
||
|
<g
|
||
|
id="g8">
|
||
|
<rect
|
||
|
@@ -114,7 +114,7 @@
|
||
|
<rdf:RDF>
|
||
|
<cc:Work
|
||
|
rdf:about="">
|
||
|
- <dc:title>Wacom Movink</dc:title>
|
||
|
+ <dc:title>Wacom Movink 13</dc:title>
|
||
|
</cc:Work>
|
||
|
</rdf:RDF>
|
||
|
</metadata>
|
||
|
--
|
||
|
2.45.2
|
||
|
|