Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5f4c27f

Browse filesBrowse files
minor #31067 Optimize SVGs (MartijnCuppens)
This PR was merged into the 3.4 branch. Discussion ---------- Optimize SVGs | Q | A | ------------- | --- | Branch? | 3.4 <!-- see below --> | Bug fix? | yes | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | / <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | / <!-- required for new features --> Used [svgo](https://github.com/svg/svgo) to optimize the svgs. I kept the `viewBox` attribute to keep the aspects when SVGs are rescaled. I also added `insert_final_newline = false` to the `.editorconfig` file because the newlines are removed from the SVGs and there's only one line left. Commits ------- 4614cea Optimize SVGs
2 parents 2a1137a + 4614cea commit 5f4c27f
Copy full SHA for 5f4c27f

31 files changed

+32
-181
lines changed
+1-1Lines changed: 1 addition & 1 deletion
Loading
+1-1Lines changed: 1 addition & 1 deletion
Loading

‎src/Symfony/Bundle/TwigBundle/Resources/views/images/symfony-ghost.svg

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Resources/views/images/symfony-ghost.svg
+1-1Lines changed: 1 addition & 1 deletion
Loading
+1-1Lines changed: 1 addition & 1 deletion
Loading
+1-6Lines changed: 1 addition & 6 deletions
Loading
+1-3Lines changed: 1 addition & 3 deletions
Loading
+1-5Lines changed: 1 addition & 5 deletions
Loading
+1-3Lines changed: 1 addition & 3 deletions
Loading
+1-11Lines changed: 1 addition & 11 deletions
Loading
+1-15Lines changed: 1 addition & 15 deletions
Loading
+1-6Lines changed: 1 addition & 6 deletions
Loading
+1-4Lines changed: 1 addition & 4 deletions
Loading
+1-7Lines changed: 1 addition & 7 deletions
Loading
+1-5Lines changed: 1 addition & 5 deletions
Loading
+1-3Lines changed: 1 addition & 3 deletions
Loading
+1-5Lines changed: 1 addition & 5 deletions
Loading
+1-10Lines changed: 1 addition & 10 deletions
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.