Add a just-the-cone variant, with correctly working svg #2

Open
jade wants to merge 1 commit from jade/just-the-cone into main
Owner

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.

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.
ktemkin was assigned by jade 2024-06-24 02:40:11 +00:00
jade added 1 commit 2024-06-24 02:40:15 +00:00
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.
jade force-pushed jade/just-the-cone from 4a2f110a86 to 9ca41561d6 2024-06-24 02:45:37 +00:00 Compare
jade force-pushed jade/just-the-cone from 9ca41561d6 to df59e59921 2024-06-24 03:13:33 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin jade/just-the-cone:jade/just-the-cone
git checkout jade/just-the-cone

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff jade/just-the-cone
git checkout main
git merge --ff-only jade/just-the-cone
git checkout jade/just-the-cone
git rebase main
git checkout main
git merge --no-ff jade/just-the-cone
git checkout main
git merge --squash jade/just-the-cone
git checkout main
git merge --ff-only jade/just-the-cone
git checkout main
git merge jade/just-the-cone
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lix-project/branding#2
No description provided.