Skip to content

Commit bf76f23

Browse files
committed
ready to go
1 parent 85b063c commit bf76f23

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

crates/cursor-info/cursors.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,13 +367,13 @@ <h2 class="platform-title">Windows Cursors</h2>
367367
name: "tahoe_zoom_in",
368368
hash: "e539c32a13a6b2caf0e0a991a21d31f8d16cb9feee61fb4efc27a21d6dd6a177",
369369
svg: "assets/mac/tahoe/zoom-in.svg",
370-
hotspot: [0.51, 0.49],
370+
hotspot: [0.548, 0.544],
371371
},
372372
{
373373
name: "tahoe_zoom_out",
374374
hash: "d2324ade560f68ce638bb2fd98e9ba2f08d219593afab6b94fb647b1c243d049",
375375
svg: "assets/mac/tahoe/zoom-out.svg",
376-
hotspot: [0.51, 0.49],
376+
hotspot: [0.551, 0.544],
377377
},
378378
],
379379
windows: [

crates/cursor-info/src/macos.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ impl CursorShapeMacOS {
156156
raw: include_str!("../assets/mac/tahoe/crosshair.svg"),
157157
hotspot: (0.52, 0.51),
158158
},
159+
Self::TahoeDisappearingItem => return None,
159160
Self::TahoeDragCopy => ResolvedCursor {
160161
raw: include_str!("../assets/mac/drag_copy.svg"),
161162
hotspot: (0.255, 0.1),

0 commit comments

Comments
 (0)