[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Line styles in Linux when drawing using Path

Hi all,

  I'm having an issue with drawing lines with various styles on Eclipse 3.1 
running on Linux Red Hat 3.  Basically, when I use Path.cubicTo() and 
Path.quadTo(), I always get a solid line, regardless of line style set on 
the GC with GC.setLineStyle() (LINE_SOLID, SWT.LINE_DASH, SWT.LINE_DOT, 
LINE_DASHDOT, LINE_DASHDOTDOT).  However, when I use Path.lineTo(), I get 
the line style specified.  Does anybody know if this is a known issue and/or 
if there is a workaround?  Upgrading to a newer Eclipse or Red Hat is not an 
option for me.  Any help would be appreciated. :)

Thanks!
Nadeem