├── README ├── cleanup.inx ├── cleanup.py ├── gears2.inx ├── gears2.py ├── involute.py ├── sprockets.inx ├── sprockets.py └── svg.py /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/attoparsec/inkscape-extensions/HEAD/README -------------------------------------------------------------------------------- /cleanup.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/attoparsec/inkscape-extensions/HEAD/cleanup.inx -------------------------------------------------------------------------------- /cleanup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/attoparsec/inkscape-extensions/HEAD/cleanup.py -------------------------------------------------------------------------------- /gears2.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/attoparsec/inkscape-extensions/HEAD/gears2.inx -------------------------------------------------------------------------------- /gears2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/attoparsec/inkscape-extensions/HEAD/gears2.py -------------------------------------------------------------------------------- /involute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/attoparsec/inkscape-extensions/HEAD/involute.py -------------------------------------------------------------------------------- /sprockets.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/attoparsec/inkscape-extensions/HEAD/sprockets.inx -------------------------------------------------------------------------------- /sprockets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/attoparsec/inkscape-extensions/HEAD/sprockets.py -------------------------------------------------------------------------------- /svg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/attoparsec/inkscape-extensions/HEAD/svg.py --------------------------------------------------------------------------------