summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-10-31 09:27:52 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2012-10-31 09:27:52 +0000
commitd7f5a1bec421d6c7b92d16daae681fa31ac7c212 (patch)
tree70f6f4b7bd7040ac32f6c4dfa8b51943f05b0730 /test
parent66625cb46c985321c46b79d2163a4d676d6700ba (diff)
pen: First check whether the in/out edges lie within the single pen vertex
In order to prevent underflow when searching for the closing pen vertex, we first need to be sure that it does not simply lie next to the opening pen vertex. As a result we were missing many cases that should have been a bevel (in == out) and generating almost complete round caps instead. Reported-by: Dominik Röttsches <dominik.rottsches@intel.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=56432 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test')
-rw-r--r--test/reference/arc-looping-dash.ref.pngbin502 -> 464 bytes
-rw-r--r--test/reference/caps-tails-curve.ref.pngbin54750 -> 54314 bytes
-rw-r--r--test/reference/reflected-stroke.ref.pngbin5139 -> 5116 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/test/reference/arc-looping-dash.ref.png b/test/reference/arc-looping-dash.ref.png
index 6d0c5cf1..516e66ce 100644
--- a/test/reference/arc-looping-dash.ref.png
+++ b/test/reference/arc-looping-dash.ref.png
Binary files differ
diff --git a/test/reference/caps-tails-curve.ref.png b/test/reference/caps-tails-curve.ref.png
index f23d5dc2..ac97c82a 100644
--- a/test/reference/caps-tails-curve.ref.png
+++ b/test/reference/caps-tails-curve.ref.png
Binary files differ
diff --git a/test/reference/reflected-stroke.ref.png b/test/reference/reflected-stroke.ref.png
index 13188063..c05eb96f 100644
--- a/test/reference/reflected-stroke.ref.png
+++ b/test/reference/reflected-stroke.ref.png
Binary files differ