j0ono0 / pinout

An open source Python package that generates hardware pinout diagrams as SVG images.
https://pinout.readthedocs.io
MIT License
390 stars 18 forks source link

Move geometry CSS into python code #34

Closed j0ono0 closed 3 years ago

j0ono0 commented 3 years ago

Inkscape - the primary test and endorsed method for converting pinout diagrams to other formats - does not support Geometric attributes as style properties with "No plan to implement at moment." as their current status on the subject.

Info found here: http://tavmjong.free.fr/SVG/INKSCAPE/

corner radius is the key attribute affected - incorporate it into the python code (rather than in CSS)

j0ono0 commented 3 years ago

Done! now takes a corner_radius attribute with various components catering for it.