octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #41294] FLTK does not draw linewidths >= 6 cor


From: Rik
Subject: [Octave-bug-tracker] [bug #41294] FLTK does not draw linewidths >= 6 correctly
Date: Sun, 20 Apr 2014 02:23:30 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0

Update of bug #41294 (project octave):

                  Status:               Confirmed => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #3:

I found the problem.  The issue is that OpenGL itself only supports a limited
range of line widths.  It has a range both for aliased (jagged) and
anti-aliased (smooth) lines.

I've attached code which will print out these ranges.  Unfortunately it's in C
so you need to have the development packages for GL, GLU, and GLUT installed. 
On Linux it compiles with


gcc -o rpt_lwidth rpt_lwidth.c -lGL -lGLU -lglut


In my case, the range of smooth lines is 1.0-5.0 and the granularity is 0.5 so
I can really have lines from 0.5-5.5 which explains the issue.

I don't think there's much to be done about this so I'm closing the report.

(file #31215)
    _______________________________________________________

Additional Item Attachment:

File name: rpt_lwidth.c                   Size:0 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41294>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]