Skip to content

Commit

Permalink
Fix Sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Feb 18, 2024
1 parent b6dfc5e commit 205725a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/Sandbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ whenever(exportKey, async () => {
type="range"
min="0"
max="1"
step=".01"
step=".001"
:value="time"
@input="onInput"
/>
Expand Down
1 change: 1 addition & 0 deletions docs/components/createDrawFunction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export async function setupEvalContextCreator(brandColor: Ref<string>) {

ctx.strokeStyle = color || brandColor.value
ctx.lineCap = 'round'
ctx.lineJoin = 'round'
ctx.lineWidth = lineWidth

for (const curve of path.curves) {
Expand Down

0 comments on commit 205725a

Please sign in to comment.