Skip to content

Commit

Permalink
Make canvas element strokeWidth a parsable option
Browse files Browse the repository at this point in the history
  • Loading branch information
oldlavender authored and FelixHenninger committed Jun 24, 2021
1 parent 269c7c2 commit 77be8e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/library/src/canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ Screen.metadata = {
angle: { type: 'number' },
src: {},
fontSize: { type: 'number' },
strokeWidth: { type: 'number' },
},
},
},
Expand Down

0 comments on commit 77be8e3

Please sign in to comment.