Doc: update

This commit is contained in:
街角小林 2024-06-24 18:29:14 +08:00
parent d9fc209dac
commit 1ec723db0e
4 changed files with 10 additions and 0 deletions

View File

@ -70,6 +70,8 @@ getTransformData method"
> v0.2.17+
- `scale`: Scaling values, not scaled to '1', scaled to '1' for values less than, scaled to '1' for values greater than, scaled to '1' for values greater than
- `cx`:v0.6.4+Zoom to the specified position on the canvas, default to the center point of the canvas
- `cy`:v0.6.4+Zoom to the specified position on the canvas, default to the center point of the canvas

View File

@ -63,6 +63,9 @@ getTransformData method&quot;</p>
</blockquote>
<ul>
<li>
<p><code>scale</code>: Scaling values, not scaled to '1', scaled to '1' for values less than, scaled to '1' for values greater than, scaled to '1' for values greater than</p>
</li>
<li>
<p><code>cx</code>:v0.6.4+Zoom to the specified position on the canvas, default to the center point of the canvas</p>
</li>
<li>

View File

@ -68,6 +68,8 @@
> v0.2.17+
- `scale`: 缩放数值,未缩放为`1`,小于为`1`缩小,大于`1`为放大
- `cx`v0.6.4+)以画布指定位置进行缩放,默认为画布中心点
- `cy`v0.6.4+)以画布指定位置进行缩放,默认为画布中心点

View File

@ -61,6 +61,9 @@
</blockquote>
<ul>
<li>
<p><code>scale</code>: 缩放数值未缩放为<code>1</code>小于为<code>1</code>缩小大于<code>1</code>为放大</p>
</li>
<li>
<p><code>cx</code>v0.6.4+以画布指定位置进行缩放默认为画布中心点</p>
</li>
<li>