KiBot/kibot/PcbDraw/svgpathtools
Salvador E. Tropea 4b0965fc4d [PcbDraw] Added option to control the size detection
- Now we can use the full method found in newer versions
- But we can also use simpler methods that are usable and needs
  less dependencies (also they are faster)
2022-10-19 08:05:06 -03:00
..
README.md
__init__.py
bezier.py
document.py
misctools.py
parser.py
path.py
paths2svg.py
polytools.py
smoothing.py
svg_io_sax.py
svg_to_paths.py

README.md

SVGPathTools 1.4.1

License: MIT Author: Andy A. Port

Why?

PcbDraw needs it to compute the full bounding box of the SVG. But it needs exactly v1.4.1.

  • This module isn't popular (not found on Debian)
  • Installing v1.4.1 could break other programs

Code that we don't really need

  • paths2svg.py
  • smoothing.py
  • svg_io_sax.py