diff options
-rw-r--r-- | draw/pathscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/pathscan.c b/draw/pathscan.c index 5833ed59..86b9d037 100644 --- a/draw/pathscan.c +++ b/draw/pathscan.c @@ -220,7 +220,7 @@ fz_insertgel(fz_gel *gel, float fx0, float fy0, float fx1, float fy1) } if (d == LEAVE) { fz_insertgelraw(gel, gel->clip.x1, v, gel->clip.x1, y1); - x1 = gel->clip.x0; + x1 = gel->clip.x1; y1 = v; } if (d == ENTER) { |