This website requires JavaScript.
Explore
Help
Sign In
zcy
/
svgpathtoolss
mirror of
https://github.com/mathandy/svgpathtools.git
Watch
1
Star
0
Fork
You've already forked svgpathtoolss
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
26337638fb
svgpathtoolss
/
svgpathtools
/
constants.py
4 lines
92 B
Python
Raw
Normal View
History
Unescape
Escape
Fix floating point error in bezier bbox calculation
2024-02-01 12:04:40 +00:00
"""
This submodule contains constants used throughout the project.
"""
Fix lint
2024-02-01 14:29:57 +00:00
FLOAT_EPSILON
=
1e-12