Skip to content

Commit dfd34d6

Browse files
committed
reduce backoff for the arrow marker
1 parent 83b1455 commit dfd34d6

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

src/components/drawing/symbol_defs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ module.exports = {
682682
'Z'
683683
);
684684
},
685-
backoff: 0.95,
685+
backoff: 0.9,
686686
noDot: true
687687
},
688688
'arrow-wide': {
-290 Bytes
Loading
Loading
-179 Bytes
Loading
Loading

0 commit comments

Comments
 (0)