flip svg coordinate system

后端 未结 8 616
走了就别回头了
走了就别回头了 2020-12-07 23:55

Is there a way to flip the SVG coordinate system so that [0,0] is in the lower left instead of the upper left?

8条回答
  •  感情败类
    2020-12-08 00:24

    I think the simpliest way to rotate element for 180 deg is that you rotate for 180.1 deg;

    transform="translate(180.1,0,0)"

提交回复
热议问题