Skip to content

Commit

Permalink
feat: updated svg.d.ts to include strokeLinejoin (#2416)
Browse files Browse the repository at this point in the history
* Updated svg.d.ts to include strokeLinejoin

* chore: add changesets

---------

Co-authored-by: Diego Muracciole <diegomuracciole@gmail.com>
  • Loading branch information
TheMikeyRoss and diegomura authored Jan 14, 2024
1 parent 45b2bd3 commit 4c40b14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-parrots-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-pdf/types": patch
---

Updated svg.d.ts to include strokeLinejoin
1 change: 1 addition & 0 deletions packages/types/svg.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export interface SVGPresentationAttributes {
strokeOpacity?: string | number;
textAnchor?: 'start' | 'middle' | 'end';
strokeLineCap?: 'butt' | 'round' | 'square';
strokeLinejoin?: 'butt' | 'round' | 'square';
visibility?: 'visible' | 'hidden' | 'collapse';
dominantBaseline?:
| 'auto'
Expand Down

0 comments on commit 4c40b14

Please sign in to comment.