+ add call to close_path() if SEG_CLOSE
This commit is contained in:
parent
1b805abc23
commit
fe4cfea536
1 changed files with 5 additions and 0 deletions
|
@ -496,6 +496,11 @@ public:
|
|||
{
|
||||
line_to(x, y);
|
||||
}
|
||||
else if (cm == SEG_CLOSE)
|
||||
{
|
||||
line_to(x, y);
|
||||
close_path();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue