Skip to content

Commit 1b38be9

Browse files
authored
Merge pull request #14 from benjaminlepine/fix/no-fill-stroke
fix: remove default fill stroke
2 parents 4fc448b + 526ce13 commit 1b38be9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/animated-stroke.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const AnimatedStroke = ({ progress, ...pathProps }: AnimatedStrokeProps) => {
2121
return (
2222
<AnimatedPath
2323
animatedProps={animatedProps}
24+
fill="none"
2425
// @ts-ignore
2526
onLayout={() => setLength(ref.current!.getTotalLength())}
2627
// @ts-ignore

0 commit comments

Comments
 (0)