|
| From: | Pantxo Diribarne |
| Subject: | [Octave-bug-tracker] [bug #58429] Export of plotted circles to SVG could use SVG circle primitive |
| Date: | Tue, 26 May 2020 09:14:27 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0 |
Follow-up Comment #8, bug #58429 (project octave):
@mleitner:
>> ... And it seems that OpenGL handles cubic Bezier curves natively.
Natively, OpenGL only defines three line primitives: GL_LINES, GL_LINE_STRIP
and GL_LINE_LOOP basically defined as a succession of end points:
https://www.khronos.org/opengl/wiki/Primitive#Line_primitives
We have an open bug about moving away from those primitives since we also use
GL_LINE_STIPPLE which is now deprecated: bug #46739.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58429>
_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |