Sujet : Re: improve a spline
De : saitology9 (at) *nospam* gmail.com (saito)
Groupes : comp.lang.tclDate : 13. Jun 2025, 01:49:44
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <102fsj8$30raj$1@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
On 6/12/2025 7:08 PM, Emiliano wrote:
If by "smooth" you mean antialias, then no, Tk canvas doesn't do antialias.
As I undertand it, the tkpath package does, but I can't confirm since never
used it.
Thanks for taking a look. This is a piece of very old code from someone else and I need to decide whether to improve it or trash it.
I guess there is no escaping the jagged lines. That is OK. How about just making it a simple curve? As it is currently, there are two points where it curves making it look like an S. Any ideas to reduce it to simple / relaxed sine curve?