handle SEG_CLOSE and fix #1600
This commit is contained in:
parent
7a4b4a5d53
commit
536cbd55d0
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ public:
|
|||
last_x = next_x;
|
||||
last_y = next_y;
|
||||
}
|
||||
if (agg::is_stop(cmd))
|
||||
else if (agg::is_stop(cmd) || cmd == SEG_CLOSE)
|
||||
{
|
||||
done_ = true;
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue