squircle

Make all the squircles you need, in the browser. https://squircley.app/
git clone http://git.hanabi.in/repos/squircle.git
Log | Files | Refs | LICENSE

commit 3351c1cab59d0e7018b75e87b559ce48beab2a8a
parent a9824e5aa4ece15963f1b9a246e282f49d7892ca
Author: George Francis <georgedoescode@gmail.com>
Date:   Fri, 10 Jul 2020 08:44:57 +0100

adjust og description

Diffstat:
Mpublic/index.html | 2+-
Msrc/components/GeneratorControls.vue | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html @@ -12,7 +12,7 @@ <meta property="og:url" content="https://squircley.netlify.app" /> <meta name="description" - content="Create and export beautiful SVG squircles to use in your designs" + content="Create and export beautiful SVG squircles to use in your designs." /> <meta property="og:image" diff --git a/src/components/GeneratorControls.vue b/src/components/GeneratorControls.vue @@ -171,6 +171,7 @@ export default { background: transparent; border: 2px solid var(--grey-000); border-radius: 12px 0 0 12px; + box-shadow: none; transition: border 125ms ease-in-out; }