Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
endigo9740 committed Oct 6, 2023
1 parent 313a4a7 commit 638b7c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Reactive
$: props = { value: 50, max: 100, step: 10 };
$: strokeProps = { value: 100, max: 400, step: 20, strokeLinecap: 'butt' };
$: strokeProps = { value: 100, max: 400, step: 20 };
let strokeLinecap: 'butt' | 'round' | 'square' = 'butt';
</script>

Expand Down

0 comments on commit 638b7c0

Please sign in to comment.