From 951cef82a775090694712cc7a3492949d6b5c912 Mon Sep 17 00:00:00 2001 From: Ruben Date: Fri, 9 May 2025 02:38:20 -0500 Subject: [PATCH] expand inkscape instructions --- packages/frontend/assets/sharkey-text-src/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/frontend/assets/sharkey-text-src/README.md b/packages/frontend/assets/sharkey-text-src/README.md index d88aeddb6f..061185bed6 100644 --- a/packages/frontend/assets/sharkey-text-src/README.md +++ b/packages/frontend/assets/sharkey-text-src/README.md @@ -4,7 +4,12 @@ This logo was made in Inkscape by [@sneexy@booping.synth.download](https://boopi The font used is Lilita One ([Google Fonts](https://fonts.google.com/specimen/Lilita+One)). -The logo should preferably be modified using Inkscape, but should work in any other software. -If modifications were made using Inkscape, you should use [svgo](https://github.com/svg/svgo) ([Web UI](https://jakearchibald.github.io/svgomg), ensure `Multipass` is enabled) to produce an SVG compatible to be viewed in web browsers, which will replace then [`../sharkey.svg`](../sharkey.svg). +## Using Inkscape + +Preferably, you should use Inkscape when wanting to make modifications to the logo. Once you've made your edits, save the SVG here as is from Inkscape directly, then use [svgo](https://github.com/svg/svgo) ([Web UI](https://jakearchibald.github.io/svgomg), ensure `Multipass` is enabled) to produce an SVG compatible to be viewed in web browsers, which that file will then replace [`../sharkey.svg`](../sharkey.svg). + +## Not using Inkscape + +The logo should preferably be modified using Inkscape, but should work in any other software. If any weird issues appear, try opening it with Inkscape first or try using the version under [`../sharkey.svg`](../sharkey.svg) if you prefer to work with your software. Follow the instructions for Using Inkscape. This logo is distributed under the same licence as Sharkey (AGPL ≥3).