mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-24 20:07:43 +08:00
Doc: update
This commit is contained in:
parent
d9fc209dac
commit
1ec723db0e
@ -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
|
||||
|
||||
@ -63,6 +63,9 @@ getTransformData method"</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>
|
||||
|
||||
@ -68,6 +68,8 @@
|
||||
|
||||
> v0.2.17+
|
||||
|
||||
- `scale`: 缩放数值,未缩放为`1`,小于为`1`缩小,大于`1`为放大
|
||||
|
||||
- `cx`:(v0.6.4+)以画布指定位置进行缩放,默认为画布中心点
|
||||
|
||||
- `cy`:(v0.6.4+)以画布指定位置进行缩放,默认为画布中心点
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user