New translations minify.mdx (Chinese Simplified)
This commit is contained in:
parent
4c4be424f4
commit
f702854ef5
1 changed files with 6 additions and 2 deletions
|
|
@ -19,6 +19,10 @@ You can adjust the tolerance of the simplification algorithm using the slider, a
|
|||
</div>
|
||||
|
||||
<DocsNote>
|
||||
The tolerance value represents the maximum distance allowed between the original trace and the simplified trace.
|
||||
You can read more about the algorithm used <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">here</a>.
|
||||
|
||||
```
|
||||
The tolerance value represents the maximum distance allowed between the original trace and the simplified trace.
|
||||
You can read more about the algorithm used <a href="https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm" target="_blank">here</a>.
|
||||
```
|
||||
|
||||
</DocsNote>
|
||||
|
|
|
|||
Loading…
Reference in a new issue