Skip to content

Commit 30d3de3

Browse files
committed
use anti-aliasing for edge rendering
1 parent 4494efa commit 30d3de3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extensions/react-flow/edges/_edges.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
path[class*="react-flow__edge"],
1111
rect[class*="react-flow__edge"] {
1212
stroke-opacity: $reactflow-edge-stroke-opacity-default;
13-
shape-rendering: optimizespeed;
13+
shape-rendering: geometricprecision;
1414
}
1515

1616
text[class*="react-flow__edge"] {

0 commit comments

Comments
 (0)