You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/03-plugins/convert-path-data.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ svgo:
30
30
transformPrecision:
31
31
description: Number of decimal places to round to, using conventional rounding rules.
32
32
default: 5
33
+
smartArcRounding:
34
+
description: Round the radius of circular arcs when the effective change is under the error. The effective change is determined using the <a href="https://wikipedia.org/wiki/Sagitta_(geometry)" target="_blank">sagitta</a> of the arc.
35
+
default: true
33
36
removeUseless:
34
37
description: Remove redundant path commands that don't draw anything.
0 commit comments