cncf / filterable-landscape

Interactive version of the Cloud Native Landscape
https://landscape.cncf.io/
Apache License 2.0
9 stars 12 forks source link

Add viewbox to SVGs that don't have one #221

Closed dankohn closed 6 years ago

dankohn commented 6 years ago

The way you did with https://github.com/cncf/filterable-landscape/issues/218#issuecomment-365407744

This will ensure they do not get distorted.

https://css-tricks.com/scale-svg/ http://tutorials.jenkov.com/svg/svg-viewport-view-box.html

Try to find a way to do it without modifying the file: https://stackoverflow.com/a/46108725/1935918