svgpathtoolss/svgpathtools/constants.py

4 lines
92 B
Python
Raw Normal View History

"""This submodule contains constants used throughout the project."""
2024-02-01 14:29:57 +00:00
FLOAT_EPSILON = 1e-12