Skip to content

Commit 8ae077f

Browse files
committed
Atom - Slicer - Add missing rx attributes
1 parent 30292c2 commit 8ae077f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/atoms/Slicer.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ function trapMouse(trap) {
326326
:width="selectionRectCoordinates.width < 0 ? 0 : selectionRectCoordinates.width"
327327
:height="svgMinimap.height"
328328
:y="0"
329+
:rx="minimapSelectionRadius"
329330
:fill="borderColor"
330331
/>
331332

@@ -335,6 +336,7 @@ function trapMouse(trap) {
335336
:height="svgMinimap.height"
336337
:y="0"
337338
:fill="minimapSelectedColor"
339+
:rx="minimapSelectionRadius"
338340
:style="{
339341
opacity: minimapSelectedColorOpacity
340342
}"

0 commit comments

Comments
 (0)