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 32987c5187d2cb3a7dcf975b82ce1bd6ebbf0779
parent eff785df0569fd03db12b4ade60be01b34ad6887
Author: George Francis <georgedoescode@gmail.com>
Date:   Sun, 12 Jul 2020 06:21:38 +0100

add the word SVG to page title / og title

Diffstat:
Mpublic/index.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html @@ -3,8 +3,8 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Squircley | Squircle Maker</title> - <meta property="og:title" content="Squircley | Squircle Maker" /> + <title>Squircley | SVG Squircle Maker</title> + <meta property="og:title" content="Squircley | SVG Squircle Maker" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://squircley.app" /> <meta