【发布时间】:2020-12-28 09:11:20
【问题描述】:
我正在使用 Inkscape 制作 SVG 图像,但对“transform-center-x”属性有点困惑,如下所示:
<circle
style="display:inline;fill:#0000ff;fill-opacity:1;stroke:#000000;stroke-width:1.13386"
id="beacon-21737"
cx="-121.04593"
cy="42.20393"
r="1.9999999"
inkscape:transform-center-x="-0.6614634"
inkscape:transform-center-y="-10.318751"
inkscape:label="beacon"
transform="rotate(-90)">
</circle>
好像不等于rotate(angle, x, y)。请帮我理解“transform-center-x/y”的含义。
【问题讨论】: