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
SVGO supports setting a precision value: -p PRECISION, --precision=PRECISION : Set number of digits in the fractional part, overrides plugins params
I often see lint warnings because my vector paths are too long. It suggests me to decrease the float precision. It would be great if avocado supported this too.
Together with rewriting paths this could decrease the complexity of the vector quite a bit.
The text was updated successfully, but these errors were encountered:
SVGO supports setting a precision value:
-p PRECISION, --precision=PRECISION : Set number of digits in the fractional part, overrides plugins params
I often see lint warnings because my vector paths are too long. It suggests me to decrease the float precision. It would be great if avocado supported this too.
Together with rewriting paths this could decrease the complexity of the vector quite a bit.
The text was updated successfully, but these errors were encountered: