← Back to team overview

kicad-developers team mailing list archive

[PATCH] Eeschema: simulator: use dotted traces for current and phase.

 

This patch makes it easier to visually keep apart traces for current
vs voltage and phase vs magnitude, by using dotted line style for
current and phase traces.

To get the dotted style drawn correctly, I had to switch from drawing
each trace line segment individually to creating an array and then
using DrawLines() on it, so that the whole trace is one continuous
line.

-- 
/Jonatan
http://kymatica.com

Attachment: 0002-Eeschema-simulator-use-dotted-traces-for-current-and.patch
Description: Binary data


Follow ups