We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57eb50c commit 3e84604Copy full SHA for 3e84604
src/atoms/Slicer.vue
@@ -331,15 +331,6 @@ function trapMouse(trap) {
331
}"
332
/>
333
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
- />
343
<circle
344
:cx="minimapLine.firstPlot.x"
345
:cy="minimapLine.firstPlot.y"
@@ -348,6 +339,7 @@ function trapMouse(trap) {
348
r="3"
349
:fill="minimapLineColor"
350
+
351
352
:cx="minimapLine.lastPlot.x"
353
:cy="minimapLine.lastPlot.y"
0 commit comments