Bug 105911 - when curves have a large width, curves are plotted 'chunky'
Summary: when curves have a large width, curves are plotted 'chunky'
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Andrew Walker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-18 23:40 UTC by Matthew Truch
Modified: 2005-05-21 02:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
kst screen shot showing bug (55.53 KB, image/png)
2005-05-18 23:42 UTC, Matthew Truch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Truch 2005-05-18 23:40:11 UTC
Version:           1.1.0-svn (using KDE KDE 3.4.0)
OS:                Linux

When curves are plotted with a larger than '0' width, the curve is plotted 'chunkily', ie it is not smoothly connected over the entire width of the line segments (they are only necessarily connected at the center of the line segments).

It would be expected that there be no gaps between the parts of the same curve.
Comment 1 Matthew Truch 2005-05-18 23:42:34 UTC
Created attachment 11099 [details]
kst screen shot showing bug

A curve plotted with a wide width showing the 'chunkyness'.
Comment 2 Andrew Walker 2005-05-19 19:44:15 UTC
Waiting for 1.1.0 to be released.
Comment 3 Andrew Walker 2005-05-21 02:24:20 UTC
Remove special casing for solid lines.
Fixes problem with line segments not being
connected across the full width of a line.