diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-05-14 17:46:32 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-05-14 18:11:28 +0100 |
commit | e41dffb329e4a6fcb4e75fb501843838a499c4c8 (patch) | |
tree | a7ce79999bc8cbe7f356c82a17a7c47f5b9e33e6 /test | |
parent | 099420a07c33c66daf5392d4ca1df06585791751 (diff) |
stroke: Don't drop clockwise==0 lines
If the join indicates the pair of edges are parallel, we may be
considering the final segment of the spline with a different tangent
vector than the slope of the final edge and so lead to false dropping of
an edge. This has the effect that the line segments between 'arc arc arc
arc' (a rounded rectangle) are no longer horizontal or vertical. As path
construction tries to eliminate joins between colinear segments, this
optimisation should not be required anyway.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test')
15 files changed, 0 insertions, 0 deletions
diff --git a/test/reference/arc-direction.traps.argb32.ref.png b/test/reference/arc-direction.traps.argb32.ref.png Binary files differdeleted file mode 100644 index 280c09b6e..000000000 --- a/test/reference/arc-direction.traps.argb32.ref.png +++ /dev/null diff --git a/test/reference/arc-direction.traps.rgb24.ref.png b/test/reference/arc-direction.traps.rgb24.ref.png Binary files differdeleted file mode 100644 index 280c09b6e..000000000 --- a/test/reference/arc-direction.traps.rgb24.ref.png +++ /dev/null diff --git a/test/reference/close-path-current-point.argb32.ref.png b/test/reference/close-path-current-point.argb32.ref.png Binary files differdeleted file mode 100644 index ab3124b79..000000000 --- a/test/reference/close-path-current-point.argb32.ref.png +++ /dev/null diff --git a/test/reference/close-path-current-point.ref.png b/test/reference/close-path-current-point.ref.png Binary files differindex 9d3fd248d..3ae490031 100644 --- a/test/reference/close-path-current-point.ref.png +++ b/test/reference/close-path-current-point.ref.png diff --git a/test/reference/close-path-current-point.rgb24.ref.png b/test/reference/close-path-current-point.rgb24.ref.png Binary files differdeleted file mode 100644 index ab3124b79..000000000 --- a/test/reference/close-path-current-point.rgb24.ref.png +++ /dev/null diff --git a/test/reference/fallback.traps.argb32.ref.png b/test/reference/fallback.traps.argb32.ref.png Binary files differindex b7ce57363..c0c5f4676 100644 --- a/test/reference/fallback.traps.argb32.ref.png +++ b/test/reference/fallback.traps.argb32.ref.png diff --git a/test/reference/fallback.traps.rgb24.ref.png b/test/reference/fallback.traps.rgb24.ref.png Binary files differindex 16d3c14e4..18b6a7c83 100644 --- a/test/reference/fallback.traps.rgb24.ref.png +++ b/test/reference/fallback.traps.rgb24.ref.png diff --git a/test/reference/halo.argb32.ref.png b/test/reference/halo.argb32.ref.png Binary files differdeleted file mode 100644 index 191ee4794..000000000 --- a/test/reference/halo.argb32.ref.png +++ /dev/null diff --git a/test/reference/halo.ref.png b/test/reference/halo.ref.png Binary files differindex ebe0c6103..a2b7ae159 100644 --- a/test/reference/halo.ref.png +++ b/test/reference/halo.ref.png diff --git a/test/reference/halo.rgb24.ref.png b/test/reference/halo.rgb24.ref.png Binary files differdeleted file mode 100644 index 191ee4794..000000000 --- a/test/reference/halo.rgb24.ref.png +++ /dev/null diff --git a/test/reference/halo.traps.argb32.ref.png b/test/reference/halo.traps.argb32.ref.png Binary files differdeleted file mode 100644 index 191ee4794..000000000 --- a/test/reference/halo.traps.argb32.ref.png +++ /dev/null diff --git a/test/reference/halo.traps.rgb24.ref.png b/test/reference/halo.traps.rgb24.ref.png Binary files differdeleted file mode 100644 index 191ee4794..000000000 --- a/test/reference/halo.traps.rgb24.ref.png +++ /dev/null diff --git a/test/reference/rounded-rectangle-stroke.argb32.ref.png b/test/reference/rounded-rectangle-stroke.argb32.ref.png Binary files differdeleted file mode 100644 index 3f2a1fb2c..000000000 --- a/test/reference/rounded-rectangle-stroke.argb32.ref.png +++ /dev/null diff --git a/test/reference/rounded-rectangle-stroke.ref.png b/test/reference/rounded-rectangle-stroke.ref.png Binary files differindex b0f1b07aa..62857501f 100644 --- a/test/reference/rounded-rectangle-stroke.ref.png +++ b/test/reference/rounded-rectangle-stroke.ref.png diff --git a/test/reference/rounded-rectangle-stroke.rgb24.ref.png b/test/reference/rounded-rectangle-stroke.rgb24.ref.png Binary files differdeleted file mode 100644 index 3f2a1fb2c..000000000 --- a/test/reference/rounded-rectangle-stroke.rgb24.ref.png +++ /dev/null |