WIP: SVG files #1

Draft
turtle wants to merge 1 commit from feature/svg into main
turtle commented 2025-04-07 11:22:45 +00:00 (Migrated from git.turtle-host.de)

This would allow for infinite scaling.
Should be fairly easy to implement, since most of the graphics consist of very basic shapes.

This would allow for infinite scaling. Should be fairly easy to implement, since most of the graphics consist of very basic shapes.
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/svg:feature/svg
git switch feature/svg

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff feature/svg
git switch feature/svg
git rebase main
git switch main
git merge --ff-only feature/svg
git switch feature/svg
git rebase main
git switch main
git merge --no-ff feature/svg
git switch main
git merge --squash feature/svg
git switch main
git merge --ff-only feature/svg
git switch main
git merge feature/svg
git push origin main
Sign in to join this conversation.
No description provided.