svgen.shapes.chip
index
/home/vkottler/src/vkottler/workspace/svgen/svgen/shapes/chip.py

A module for adding circuit chips to SVG documents.

 
Functions
       
add_chip(box: svgen.cartesian.rectangle.Rectangle, body_color: str = 'black', pin_color: str = 'gray', circle_color: str = None, pin_count: int = 3, debug: bool = False) -> Tuple[List[svgen.element.Element], svgen.element.rect.Rect]
Add a circuit chip to the document based on the provided rectangle and
other configurations.

 
Data
        List = typing.List
Tuple = typing.Tuple