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.
我正在使用 Visio 以图形方式编辑我的游戏的形状,从中导出 SVG,然后解析 SVG。当一个形状旋转时,transform属性是这样的
变换=“翻译(273.238,7.61209)旋转(-45)”
在这里,形状围绕原点旋转,这需要改变平移坐标。但是,对于我的游戏,我需要 Visio 使用可选的 cx 和 cy 参数进行旋转并将形状的中心作为旋转形状的原点发送。这将为我提供所需的正确翻译坐标。
如何让 Visio 做到这一点?或者有解决方法吗?
您不能让 visio 执行此操作。
您必须编写一个程序来转换导出后的转换属性。