From df59e59921294337bcf72e64dedc92589996ac2d Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Sun, 23 Jun 2024 19:37:07 -0700 Subject: [PATCH] Add a just-the-cone variant, with correctly working svg The SVG needed some serious massaging. Affinity doesn't want to export svgs with clip paths, for some reason, and rasterizes them. Clip paths however work in Firefox, BUT they cannot have style tags, which cause the clipped region to vanish. I made this by taking the logo with text (which has the soft drip), removing the text, exporting to svg with nothing removed, then fixing it in inkscape so it actually works in the browser, then finally running it through svgo. --- .gitignore | 1 + logos/just-the-cone.afdesign | 3 + logos/renders/just-the-cone-1200x-square.png | 3 + logos/renders/just-the-cone-1200x.png | 3 + logos/renders/just-the-cone-400x-square.png | 3 + logos/renders/just-the-cone-400x.png | 3 + logos/renders/just-the-cone-inkscape.svg | 175 +++++++++++++++++++ logos/renders/just-the-cone-web.svg | 1 + 8 files changed, 192 insertions(+) create mode 100644 logos/just-the-cone.afdesign create mode 100644 logos/renders/just-the-cone-1200x-square.png create mode 100644 logos/renders/just-the-cone-1200x.png create mode 100644 logos/renders/just-the-cone-400x-square.png create mode 100644 logos/renders/just-the-cone-400x.png create mode 100644 logos/renders/just-the-cone-inkscape.svg create mode 100644 logos/renders/just-the-cone-web.svg diff --git a/.gitignore b/.gitignore index 3d1f397..9de0162 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *~lock~ +*~lock* diff --git a/logos/just-the-cone.afdesign b/logos/just-the-cone.afdesign new file mode 100644 index 0000000..ca2ab5d --- /dev/null +++ b/logos/just-the-cone.afdesign @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6037471b48f792c76d9ff1d849c49aa8abdb84e408b5641e5eb097632214ed70 +size 56449 diff --git a/logos/renders/just-the-cone-1200x-square.png b/logos/renders/just-the-cone-1200x-square.png new file mode 100644 index 0000000..4440669 --- /dev/null +++ b/logos/renders/just-the-cone-1200x-square.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71254643f14c7b721db4616cba692d8d4c7806c61ceeefa5869588b55fed99a +size 77281 diff --git a/logos/renders/just-the-cone-1200x.png b/logos/renders/just-the-cone-1200x.png new file mode 100644 index 0000000..a2250bf --- /dev/null +++ b/logos/renders/just-the-cone-1200x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91fcd2894caf16bcaa01ead2bb2f0b8a9fbfd2ba45de4cd0e620965da6a75701 +size 75978 diff --git a/logos/renders/just-the-cone-400x-square.png b/logos/renders/just-the-cone-400x-square.png new file mode 100644 index 0000000..5ed0d0b --- /dev/null +++ b/logos/renders/just-the-cone-400x-square.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a32ff5563167bcc2df0115df8f2469c78a8948f9394e15d4215ba2845d7ae9c +size 23238 diff --git a/logos/renders/just-the-cone-400x.png b/logos/renders/just-the-cone-400x.png new file mode 100644 index 0000000..a2250bf --- /dev/null +++ b/logos/renders/just-the-cone-400x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91fcd2894caf16bcaa01ead2bb2f0b8a9fbfd2ba45de4cd0e620965da6a75701 +size 75978 diff --git a/logos/renders/just-the-cone-inkscape.svg b/logos/renders/just-the-cone-inkscape.svg new file mode 100644 index 0000000..799766b --- /dev/null +++ b/logos/renders/just-the-cone-inkscape.svg @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/logos/renders/just-the-cone-web.svg b/logos/renders/just-the-cone-web.svg new file mode 100644 index 0000000..17e652e --- /dev/null +++ b/logos/renders/just-the-cone-web.svg @@ -0,0 +1 @@ + \ No newline at end of file