Skip to content

Commit 3e84604

Browse files
committed
Slicer - Update minimap
1 parent 57eb50c commit 3e84604

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/atoms/Slicer.vue

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -331,15 +331,6 @@ function trapMouse(trap) {
331331
}"
332332
/>
333333

334-
<!-- This is not quite there yet: there's an annoying offset between input handles and plots -->
335-
<path
336-
:d="`M ${minimapLine.selectionSet}`"
337-
:stroke="`${minimapLineColor}`"
338-
fill="transparent"
339-
stroke-width="2"
340-
stroke-linecap="round"
341-
stroke-linejoin="round"
342-
/>
343334
<circle
344335
:cx="minimapLine.firstPlot.x"
345336
:cy="minimapLine.firstPlot.y"
@@ -348,6 +339,7 @@ function trapMouse(trap) {
348339
r="3"
349340
:fill="minimapLineColor"
350341
/>
342+
351343
<circle
352344
:cx="minimapLine.lastPlot.x"
353345
:cy="minimapLine.lastPlot.y"

0 commit comments

Comments
 (0)