mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[draw] Simplify start_path
This commit is contained in:
parent
1740916ede
commit
86fcd4fe98
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ struct draw_helper_t
|
|||
|
||||
void start_path ()
|
||||
{
|
||||
if (st.path_open) end_path ();
|
||||
assert (!st.path_open);
|
||||
st.path_open = true;
|
||||
funcs->move_to (draw_data, st.path_start_x, st.path_start_y);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue