我想縮放嵌入在svg中的弧。在應用比例變換時,它將縮放到0,0。相反,我希望它從它自己的中心縮放。SVG - 從中心起的刻度圓
這裏是代碼
<g>
<path d="M 300 100 a 200 200 0 1 0 0.00001 0" fill="#7EEC4A" stroke="rgb(208,231,235)" linejoin="round" stroke-width="1" fill-opacity="0.9" stroke-opacity="0.2">
</path>
<animateTransform attributeType="xml"
attributeName="transform"
type="scale"
from="0"
to="1"
dur="0.5s" fill="freeze" />
</g>
5年後,這更有意義:),歡呼聲。 – ProllyGeek 2017-01-09 14:31:32