Skip to content

Commit

Permalink
fix: pointer & corner hotspots (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Covkie authored Oct 25, 2024
1 parent 7cf6d05 commit 5a5a4a9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/templates/bottom_left_corner.tera
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ whiskers:
<path d="M6 6v20h20A20 20 0 0 1 6 6" style="opacity:1;fill:#{{ inner.hex }};fill-opacity:1;stroke:none;stroke-width:1.35400641;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<path
id="hotspot"
d="m 6,25 h 1 v 1 H 6 Z"
d="m 6,26 h 1 v 1 H 6 Z"
display="none"
fill="#333333"
stroke-width="1.18965" />
Expand Down
2 changes: 1 addition & 1 deletion src/templates/bottom_right_corner.tera
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ whiskers:
<path d="M25.986 6v20h-20a20 20 0 0 0 20-20" style="opacity:1;fill:#{{ inner.hex }};fill-opacity:1;stroke:none;stroke-width:1.35400641;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<path
id="hotspot"
d="m 25,25 h 1 v 1 H 6 Z"
d="m 26,26 h 1 v 1 h -1 z"
display="none"
fill="#333333"
stroke-width="1.18965" />
Expand Down
2 changes: 1 addition & 1 deletion src/templates/pointer.tera
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ whiskers:
<path d="M14.741 26h8.601l.642-9.818c.219-2.1-1.898-2.973-2.625-1.036.01-2.328-2.299-2.72-3.024-1.136.09-1.924-2.579-2.668-3.337-1.036V8.331c0-3.108-3-3.108-3 0v9.323C6.792 12.474 6 16.496 6 16.496c3.539 2.376 5.704 9.523 8.741 9.504" style="display:inline;fill:#{{ inner.hex }};fill-opacity:1;stroke:none;stroke-width:1.03872561"/>
<path
id="hotspot"
d="m 15.999551,15.035996 v 1 h -1 v -1 z"
d="m 14.433575,7.3696838 v 1 h -1 v -1 z"
display="none"
fill="#333333"
stroke-width="1.07568" />
Expand Down
2 changes: 1 addition & 1 deletion src/templates/right-arrow.tera
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ whiskers:
<path d="M7 16h10v-1H7Zm9 5 9-5.496L16 10c1.148 1.22 1.999 3.3 2 5.504S17.142 19.78 16 21" style="opacity:1;fill:#{{ inner.hex }};fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"/>
<path
id="hotspot"
d="m 24,15.504 h 1 v 1 h -1 z"
d="m 25,15.504 h 1 v 1 h -1 z"
display="none"
fill="#333333"
stroke-width="1.18965" />
Expand Down
2 changes: 1 addition & 1 deletion src/templates/right_ptr.tera
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ whiskers:
<path d="M28.986 2 29 22c-1-3-3.247-5.604-5.603-6.857C21.977 14.419 20.46 14.01 19 14a8.4 8.4 0 0 0-4 1z" style="opacity:1;fill:#{{ inner.hex }};fill-opacity:1;stroke:none;stroke-width:1.67926061;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<path
id="hotspot"
d="m 27.986,2 h 1 v 1 h -1 z"
d="m 28.986,2 h 1 v 1 h -1 z"
display="none"
fill="#333333"
stroke-width="1.18965" />
Expand Down
2 changes: 1 addition & 1 deletion src/templates/top_right_corner.tera
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ whiskers:
<path d="M26 26V6H6a20 20 0 0 1 20 20" style="opacity:1;fill:#{{ inner.hex }};fill-opacity:1;stroke:none;stroke-width:1.35400641;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<path
id="hotspot"
d="m 6,25 h 1 v 1 H 6 Z"
d="m 26,6 h 1 v 1 h -1 z"
display="none"
fill="#333333"
stroke-width="1.18965" />
Expand Down

0 comments on commit 5a5a4a9

Please sign in to comment.