Skip to content

Commit 5f4c27f

Browse 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

File tree

31 files changed

+32
-181
lines changed

31 files changed

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

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

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 6 deletions
Loading
Lines changed: 1 addition & 3 deletions
Loading
Lines changed: 1 addition & 5 deletions
Loading
Lines changed: 1 addition & 3 deletions
Loading
Lines changed: 1 addition & 11 deletions
Loading
Lines changed: 1 addition & 15 deletions
Loading
Lines changed: 1 addition & 6 deletions
Loading
Lines changed: 1 addition & 4 deletions
Loading
Lines changed: 1 addition & 7 deletions
Loading
Lines changed: 1 addition & 5 deletions
Loading
Lines changed: 1 addition & 3 deletions
Loading
Lines changed: 1 addition & 5 deletions
Loading
Lines changed: 1 addition & 10 deletions
Loading

0 commit comments

Comments
 (0)