mvnmgrx / kiutils

Simple and SCM-friendly KiCad file parser based on Python dataclasses for KiCad 6.0 and up.
GNU General Public License v3.0
78 stars 25 forks source link

Feature: `knockout` token for GrText and FpText elements #111

Closed mvnmgrx closed 7 months ago

mvnmgrx commented 7 months ago

Adds the knockout token to both GrText() and FpText() classes. Added testcases.

Fixes #109