summaryrefslogtreecommitdiff
path: root/tree/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'tree/path.c')
-rw-r--r--tree/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tree/path.c b/tree/path.c
index bab84401..268e5dae 100644
--- a/tree/path.c
+++ b/tree/path.c
@@ -187,7 +187,7 @@ fz_rect
fz_boundpathnode(fz_pathnode *path, fz_matrix ctm)
{
fz_point p;
- fz_rect r = FZ_INFRECT;
+ fz_rect r = fz_infiniterect();
int i = 0;
while (i < path->len)