j0ono0 / pinout

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

Add CSS class(s) to clippaths #32

Closed j0ono0 closed 3 years ago

j0ono0 commented 3 years ago

clip path associated with components need to be target-able in CSS. use case: corner radius can be controlled in CSS but requires clip path to also be styled

NOTE: all style-geometry should be done with CSS "style geometry" are attributes that do not affect layout calculations

j0ono0 commented 3 years ago

Appears clippath is only included in pinlabels 'label__body-clip' class is auto added to clippath