svg transform-origin problems in firefox

后端 未结 2 947
逝去的感伤
逝去的感伤 2021-01-07 12:25

excuse my terrible English. I\'m having a problem when I want to animate an SVG in firefox. The problem comes from the \"transform-origin\" example of my code: http://codepe

2条回答
  •  [愿得一人]
    2021-01-07 13:15

    Percentage values in transform-origin currently work in Firefox "as expected" only when svg.transform-box.enabled preference in about:config is tet to true and the element has

    transform-box:fill-box.

    Relevant bug is Bug 1209061 - transform-origin not applied correctly on svg content.

提交回复
热议问题