Skip to content

Commit

Permalink
fix: do not generate red border
Browse files Browse the repository at this point in the history
fixes #653
  • Loading branch information
SwapnilSoni1999 authored Dec 31, 2024
1 parent 1481902 commit 2c4152a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/builder/rect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ export default async function rect(
width,
height,
fill: 'transparent',
stroke: '#ff5757',
'stroke-width': 1,
transform: matrix || undefined,
'clip-path': clipPathId ? `url(#${clipPathId})` : undefined,
})
Expand Down

0 comments on commit 2c4152a

Please sign in to comment.