缩放 svg 图

发布于 2024-09-25 19:43:55 字数 243 浏览 1 评论 0原文

我尝试调整要在 illustrator 中打开的 svg 文件的大小,使其具有较小的宽度和高度(像素或厘米),我通过更改 标记中的宽度、高度和 viewBox 属性来做到这一点,但它没有根本不起作用。通过搜索,我发现通过矩阵值的转换属性会影响图形的实际大小调整,任何有关使用 python 或 librsvg 的现成函数或脚本成功缩放 svg 图形的想法,顺便说一句,我正在使用 inkscape 生成 svg 文件。谢谢

I tried to resize svg file to be opened in illustrator with smaller width and height(pixels or cm), I did this by changing width, height and viewBox attributes in <svg> tag, but it doesn't work at all. By search I have found that transform attribute via matrix value affects the real resizing of the figure, any ideas about ready made functions or scripts using python or librsvg to successfully scaling the svg figure, by the way I'm using inkscape to produce svg files. THANKS

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

℡Ms空城旧梦 2024-10-02 19:43:55

你可以尝试svg scour,它应该能够找到一个好的viewBox来使用(注意拼写和大写) 'B')。然后仅将宽度和高度属性更改为您想要的任何值,希望这应该有效。

You could try svg scour, that should be able to find a good viewBox to use (note spellning and uppercase 'B'). Then change only the width and height attributes to be whatever you want, and hopefully that should work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文