Skip to content

Commit

Permalink
Fix jaegertracing#523 - Arrows are huge on Chrome Canary (jaegertraci…
Browse files Browse the repository at this point in the history
…ng#524)

Signed-off-by: Joe Farro <[email protected]>

Signed-off-by: vvvprabhakar <[email protected]>
  • Loading branch information
tiffon authored Feb 21, 2020
1 parent db64d89 commit 22eee0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plexus/src/Digraph/SvgDefEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function renderDefaultMarker(
<marker
id={id}
markerHeight={scale * 8}
markerUnits="strokeWidth"
markerUnits="userSpaceOnUse"
markerWidth={scale * 8}
orient="auto"
refX={scale * 8}
Expand Down

0 comments on commit 22eee0f

Please sign in to comment.