Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !32187

Manually optimize SVGs

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge main-mc-logo-svg into main Nov 18, 2020
  • Overview 2
  • Commits 4
  • Pipelines 0
  • Changes 3

Created by: MartijnCuppens

  • Removal redundant fill, clip-rule & fill-rule attributes.
  • Removal redundant groups
  • Removal redundant clip paths
  • Removal redundant path. The letter B was rendered twice, causing the edges to become a little crispy.
  • Shorter filter & fill names

Before:

  • https://v5.getbootstrap.com/docs/5.0/assets/brand/bootstrap-logo.svg
  • https://v5.getbootstrap.com/docs/5.0/assets/brand/bootstrap-logo-white.svg
  • https://v5.getbootstrap.com/docs/5.0/assets/brand/bootstrap-logo-black.svg

After:

  • https://deploy-preview-32187--twbs-bootstrap.netlify.app/docs/5.0/assets/brand/bootstrap-logo.svg
  • https://deploy-preview-32187--twbs-bootstrap.netlify.app/docs/5.0/assets/brand/bootstrap-logo-white.svg
  • https://deploy-preview-32187--twbs-bootstrap.netlify.app/docs/5.0/assets/brand/bootstrap-logo-black.svg
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: main-mc-logo-svg