mirror of
https://github.com/fltk/fltk.git
synced 2026-05-25 00:53:39 +08:00
Fix for issue: Arrows have a "gap" (#561)
This commit is contained in:
+2
-2
@@ -238,8 +238,8 @@ static void draw_search(Fl_Color col)
|
|||||||
static void draw_arrow1(Fl_Color col)
|
static void draw_arrow1(Fl_Color col)
|
||||||
{
|
{
|
||||||
fl_color(col);
|
fl_color(col);
|
||||||
BP; vv(-0.8,-0.4); vv(-0.8,0.4); vv(0.0,0.4); vv(0.0,-0.4); EP;
|
BP; vv(-0.8,-0.4); vv(-0.8,0.4); vv(0.0,0.4); vv(0.0,0.8); vv(0.8,0.0);
|
||||||
BP; vv(0.0,0.8); vv(0.8,0.0); vv(0.0,-0.8); vv(0.0,-0.4); vv(0.0,0.4); EP;
|
vv(0.0,-0.8); vv(0.0,-0.4); EP;
|
||||||
set_outline_color(col);
|
set_outline_color(col);
|
||||||
BC; vv(-0.8,-0.4); vv(-0.8,0.4); vv(0.0,0.4); vv(0.0,0.8); vv(0.8,0.0);
|
BC; vv(-0.8,-0.4); vv(-0.8,0.4); vv(0.0,0.4); vv(0.0,0.8); vv(0.8,0.0);
|
||||||
vv(0.0,-0.8); vv(0.0,-0.4); EC;
|
vv(0.0,-0.8); vv(0.0,-0.4); EC;
|
||||||
|
|||||||
Reference in New Issue
Block a user