Summary: | Line and arrow properties (width) are not applied | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Nicolas Brisset <nicolas.brisset> |
Component: | general | Assignee: | kst |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nicolas Brisset
2006-07-05 10:05:17 UTC
Nicolas, if the lines you are drawing are oriented horizontally or vertically then this problem is actually caused by bug #121068. If the line is drawn at some angle then everything works okay for me. Could you confirm this is the case for you. Right, I confirm what you say. That sounds pretty bad as I've just refreshed my memory and bug #121068 was not an easy issue... and I believe that horizontal or vertical lines are not uncommon ! In any case, if you are sure that this bug is linked with 121068, just close it as a duplicate. This really sounds like an X server issue to me. DRawing horizontal/vertical lines with a line width of > 1 will not reflect the desired line width. This is related to bug #121068, as the line is being clipped to its bounding rectangle, which is insufficient to show the true width of the line. *** This bug has been marked as a duplicate of 121068 *** |