1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

riched20: Specify cursor hotspots separately for each size.

This is supported in icoutils as of version 0.32.0.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2017-10-17 16:23:18 +02:00
parent 0a199813d9
commit 70eef947a1
2 changed files with 21 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -50,6 +50,27 @@
inkscape:window-y="27"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<rect
id="hotspot:64"
height="1"
width="1"
y="0"
x="27"
style="fill:none" />
<rect
id="hotspot:48"
height="1"
width="1"
y="0"
x="20"
style="fill:none" />
<rect
id="hotspot:32"
height="1"
width="1"
y="0"
x="13"
style="fill:none" />
<rect
id="cursor:64-32"
height="64"
@ -71,13 +92,6 @@
y="32"
x="112"
style="fill:none" />
<rect
id="hotspot"
height="1"
width="1"
y="0"
x="13"
style="fill:none" />
<g
id="g4928"
transform="matrix(1.9642525,0,0,1.9642525,-194.7906,458.0998)">

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB