Skip to content

Commit

Permalink
fix: add margin to shadow.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Jan 12, 2024
1 parent 9b4366e commit 7d2d781
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ freeze artichoke.hs --radius 8 --window --output window.svg
freeze artichoke.hs --radius 8 --window --border --output border.svg
freeze artichoke.hs --radius 8 --window --border --padding 30,50,30,30 --output padding.svg
freeze artichoke.hs --radius 8 --window --border --padding 30,50,30,30 --margin 20 --output margin.svg
freeze artichoke.hs --radius 8 --window --border --padding 20,40,20,20 --shadow --output shadow.svg
freeze artichoke.hs --radius 8 --window --border --padding 20,40,20,20 --margin 20 --shadow --output shadow.svg

4 changes: 2 additions & 2 deletions examples/shadow.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 7d2d781

Please sign in to comment.