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

use the vector graphics version of the logo #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

HannesLueer
Copy link
Contributor

Problem

Vector graphics are more suitable for logos than raster graphics. I therefore suggest replacing the logo on the header.

Solution

Because not everyone has Inkscape installed, I am attaching a PDF file that was created from the SVG. If this is not available for some reason, the PNG file is automatically used. If users still want to edit or replace the SVG file, it is included and the corresponding command can be commented in. Therefore, general SVG support is now added. For this purpose, the --shell-escape parameter was added to the Makefile for building the file.

The PDF generated from the SVG is used. If this is not available / does not work, the PNG file is automatically used. The SVG is not used directly for the case that users of the framework do not have inkscape installed. If users still want to edit or replace the SVG file, it is included and the corresponding command can be commented in.
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.

None yet

1 participant