Skip to content

Commit

Permalink
feat: adding round linecap for line
Browse files Browse the repository at this point in the history
  • Loading branch information
WadhahEssam committed Jan 9, 2024
1 parent 361b7c7 commit 5b40009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SvgPath.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ const LineComponent = ({
}}
>
<AnimatedPath
strokeLinejoin="round"
strokeLinecap="round"
stroke={`url(#${getBackgroundIdentifier()})`}
strokeWidth={line.lineWidth || 2}
fill={line.fillColor !== undefined ? line.fillColor : 'transparent'}
Expand Down

0 comments on commit 5b40009

Please sign in to comment.