将 SVG 路径从 inkscape 转换为 Raphaëljs

发布于 2024-09-07 07:09:59 字数 153 浏览 14 评论 0原文

在 inkscape 中,坐标系是下/上角(即 0,0 是左下角)。 Adobe Illustrator 的情况也是如此。但是,当我尝试在 raphael 中使用此路径字符串时,它使用顶部/底部(意思是,0,0 是顶部/左上角)方法。如何根据浏览器坐标或raphael坐标转换这个路径字符串?

In inkscape the coordinate system is bottom/top corner (meaning, 0,0 is left bottom corner). This is the same case with Adobe Illustrator. But, when I try to use this path string in raphael it use top/bottom (meaning, 0,0 is top/left corner) approach. How to convert this path string according to browser's coordinates or raphael's coordinates?

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

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

发布评论

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

评论(2

梦醒时光 2024-09-14 07:09:59

我以前遇到过这个问题,我发现解决这个问题的最简单方法是在获取路径字符串之前翻转图像。

I had this problem before and the easiest way that I found to solve it is to flip the image before getting the path string.

橘虞初梦 2024-09-14 07:09:59

我在尝试制作在 Inkscape 中创建的地图时遇到了类似的问题。我所有的国家都破纪录了,真的!

我刚刚将我的 svg 文件复制到 Ready Set Raphael 中,它的工作就像一个魅力。

I have been experiencing a similar issue trying to make a map I created in Inkscape. All of my countries were off the charts, literally!

I just copied my svg file into Ready Set Raphael and it worked like a charm.

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