kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #26184
Bezier curves in DRAWSEGMENT class
-
To:
Kicad Developers <kicad-developers@xxxxxxxxxxxxxxxxxxx>
-
From:
Tomasz Wlostowski <tomasz.wlostowski@xxxxxxx>
-
Date:
Tue, 13 Sep 2016 11:36:38 +0200
-
Authentication-results:
spf=pass (sender IP is 188.184.36.50) smtp.mailfrom=cern.ch; lists.launchpad.net; dkim=none (message not signed) header.d=none;lists.launchpad.net; dmarc=bestguesspass action=none header.from=cern.ch;
-
Spamdiagnosticmetadata:
NSPM
-
Spamdiagnosticoutput:
1:99
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0
Hi all,
Looking at the sources of the DRAWSEGMENT class (with the hopes of
refactoring it a bit to enable arbitrary copper shapes), I noticed that
it supports Bezier curves. They are also supported by the file format
parser/writer. There's however no drawing tool for these. Is this some
outdated code that can be removed or do we plan to support Bezier curves
in PCBnew?
Cheers,
Tom
Follow ups