Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redraw fedora-inverse #74

Closed
wants to merge 1 commit into from
Closed

Conversation

Finii
Copy link
Collaborator

@Finii Finii commented Jan 25, 2022

[why]
The inverse Fedora logo is drawn by a 'thick' outline. This is valid as
svg, but can not be represented in this way in fonts. It will be filled
and thus generate a logo that is similar to the un-inverted one.

[how]

  • Remove the outline points (which have the big thickness).
  • Copy over the fedora.svg and get rid of all points in the middle.
  • Copy the new thin outline and 'inset' it such, that it in the same
    position like the former fat outline.
  • Join both outlines to form a new filled area outline.
  • Export as plain SVG (without Inkscape specifics).

Fixes #73

[why]
The inverse Fedora logo is drawn by a 'thick' outline. This is valid as
svg, but can not be represented in this way in fonts. It will be filled
and thus generate a logo that is similar to the un-inverted one.

[how]
Remove the outline points (which have the big thickness).
Copy over the fedora.svg and get rid of all points in the middle.
Copy the new thin outline and 'inset' it such, that it in the same
position like the former fat outline.
Join both outlines to form a new filled area outline.
Export as plain SVG.

Fixes lukas-w#73

Signed-off-by: Fini Jastrow <[email protected]>
@Finii
Copy link
Collaborator Author

Finii commented Jan 25, 2022

Editing process

inkscape

Left: Outline consists of an inner and an outer border that is filled
Right: Outline consists of one stroke with a big thickness

Result

After a ./compile.sh we have it in the font 🎉

image

@Finii
Copy link
Collaborator Author

Finii commented Jan 25, 2022

See also #38 (comment)

Finii added a commit to Finii/font-logos that referenced this pull request Jan 27, 2022
[why]
Since 2021 Fedora has a new logo.

[how]
Take SVG from Wikipedia page as suggested by Issue lukas-w#64 (as no logo can
be downloaded directly from Fedora, and they seem to still fight
replacing it everywhere on their own pages).

Note that the logo's bounding box is oblong, although it is based on a
circle? I kept that.

Create simple inverse logo from that.

Fixes lukas-w#64
Closes lukas-w#74 (is obsolete then)

Signed-off-by: Fini Jastrow <[email protected]>
@Finii Finii mentioned this pull request Jan 27, 2022
@Finii
Copy link
Collaborator Author

Finii commented Jan 27, 2022

This is obsolete if #76 (preferred) is pulled.

Finii added a commit to Finii/font-logos that referenced this pull request Jan 27, 2022
[why]
Since 2021 Fedora has a new logo.

[how]
Take SVG from Fedora's repo:
https://pagure.io/fedora-logos/blob/master/f/fedora/fedora_logo.svg

Drop text and make 512 x 512.
Create simple inverse logo from that.

Fixes lukas-w#64, Fixes lukas-w#73
Closes lukas-w#74 (is obsolete then)

Signed-off-by: Fini Jastrow <[email protected]>
@lukas-w lukas-w closed this in #76 Jun 1, 2022
@Finii Finii deleted the bugfix/fedora-inverse branch June 1, 2022 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fedora inverse vanished
1 participant