and then try to add it as an asset in pcb mode, it will crash the app.
The offending line is the fp_circle that has zero radius (!!!!) but a non-zero width.
If you delete that line, everything works just fine. If you also just modify it so that the radius is greater than or equal to the width, it's _also_ fine.
Created by Jared Kofron