Skip to content

Commit

Permalink
improve silkscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
techmannih committed Feb 16, 2025
1 parent d3977e9 commit 3b5b0d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/fn/sma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ export const sma = (
y: length.parse(parameters.h) / 2,
},
{
x: -length.parse(parameters.w) / 2 - 0.1,
x: -length.parse(parameters.w) / 2 ,
y: length.parse(parameters.h) / 2,
},
{
x: -length.parse(parameters.w) / 2 - 0.1,
x: -length.parse(parameters.w) / 2 ,
y: -length.parse(parameters.h) / 2,
},
{
Expand Down
2 changes: 1 addition & 1 deletion tests/__snapshots__/sma.snap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3b5b0d1

Please sign in to comment.