📌  相关文章
📜  在网页设计中使用 .svg 图片是个好主意吗? - Go 编程语言 - Go 编程语言代码示例

📅  最后修改于: 2022-03-11 14:45:01.087000             🧑  作者: Mango

代码示例1
Because SVG files are vector graphics instead of pixel-based 
raster images, they can be resized without losing any image 
quality. This is especially helpful when you are creating 
responsive websites that need to look good and work well across 
a wide range of screen sizes and devices.
Mar 30, 2019

That said, yes, you can use vector based images online. 
However, support isn't nearly as much as your good ol' raster 
formats (png, gif, jpg). The main options for vector imagery 
on a web site would be SVG and Flash.