Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当从 Sketch 将图标导出为 SVG 时,它会以错误的大小导出。
左侧的 icon.svg 文件是从 Sketch 导出的。
但是,当我从 Illustrator 导出相同的文件时,它导出的非常好。
这是我的草图导出面板:
我究竟做错了什么?
从布局中导出具有高度和宽度的 SVG 草图。例如 72x72 像素,因此您会在左侧站点中看到这样的图标。
解决方案:用 Dreamweaver 打开 icon.svg > 将高度和宽度设置为“无” > 保存
这不是最好的解决方案,但它有效。