svgpathtoolss/svgpathtools/constants.py

4 lines
92 B
Python

"""This submodule contains constants used throughout the project."""
FLOAT_EPSILON = 1e-12