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 [PcbDraw] Added option to control the size detection 2022-10-19 08:05:06 -03:00
__init__.py [PcbDraw] Added option to control the size detection 2022-10-19 08:05:06 -03:00
bezier.py [PcbDraw] Added option to control the size detection 2022-10-19 08:05:06 -03:00
document.py [PcbDraw] Added option to control the size detection 2022-10-19 08:05:06 -03:00
misctools.py [PcbDraw] Added option to control the size detection 2022-10-19 08:05:06 -03:00
parser.py [PcbDraw] Added option to control the size detection 2022-10-19 08:05:06 -03:00
path.py [PcbDraw] Added option to control the size detection 2022-10-19 08:05:06 -03:00
paths2svg.py [PcbDraw] Added option to control the size detection 2022-10-19 08:05:06 -03:00
polytools.py [PcbDraw] Added option to control the size detection 2022-10-19 08:05:06 -03:00
smoothing.py [PcbDraw] Added option to control the size detection 2022-10-19 08:05:06 -03:00
svg_io_sax.py [PcbDraw] Added option to control the size detection 2022-10-19 08:05:06 -03:00
svg_to_paths.py [PcbDraw] Added option to control the size detection 2022-10-19 08:05:06 -03:00

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