Skip to content

Commit

Permalink
Merge pull request #93 from manulera/issue_88_followup
Browse files Browse the repository at this point in the history
fixes #88 in Linear Map, followup to #89
  • Loading branch information
tnrich authored Jul 15, 2024
2 parents 25d46e1 + 82a7b1d commit 6f13dd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function PointedAnnotation(props) {
})}
</title>
)}
{isStriped && getStripedPattern({ color })}
{isStriped && getStripedPattern({ color, id })}

<path
strokeWidth="1"
Expand Down

0 comments on commit 6f13dd8

Please sign in to comment.