标签: svg
我有一条svg的d路径,但我想翻转对角线的方向,我将如何使用这条d路径呢?
d:'M 0 0 L 10 10 M 9 -1 L 11 1 M -1 9 L 1 11'
我要切换到这个方向吗? enter image description here