diff options
author | Robin Watts <robin.watts@artifex.com> | 2013-09-30 15:53:54 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-09-30 17:21:42 +0100 |
commit | 9805dec32d8b7cb2fcc3251fdb670f5065e5f57e (patch) | |
tree | a516ea2bf8d2fb98421cf3dcb51a80ef1e69b6fa /.gitattributes | |
parent | dc371071308690a9dc84701fdb2cce6a01ba9338 (diff) | |
download | mupdf-9805dec32d8b7cb2fcc3251fdb670f5065e5f57e.tar.xz |
Bug 694526: Fix hang in stroking path.
The first file of this bug (hang-66.pdf) hangs while stroking a
VERY long line segment; so long that 'used' is sufficinetly large
that:
used += dash_segment_len
doesn't result in a change in the value of used. The fix is
to clip strokes to the edge of the gel's clip area, meaning
that this should never occur.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions