Add a just-the-cone variant, with correctly working svg #2
Loading…
Reference in a new issue
No description provided.
Delete branch "jade/just-the-cone"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
4a2f110a86
to9ca41561d6
9ca41561d6
todf59e59921
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.