From 1510726d6044119fab42a887d46ba922b890531d Mon Sep 17 00:00:00 2001 From: "caryclark@google.com" Date: Fri, 8 Nov 2013 18:00:01 +0000 Subject: fix line intersection git-svn-id: http://skia.googlecode.com/svn/trunk@12197 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/PathOpsLineIntersectionTest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/PathOpsLineIntersectionTest.cpp') diff --git a/tests/PathOpsLineIntersectionTest.cpp b/tests/PathOpsLineIntersectionTest.cpp index f37a5091b4..9934731f7e 100644 --- a/tests/PathOpsLineIntersectionTest.cpp +++ b/tests/PathOpsLineIntersectionTest.cpp @@ -11,6 +11,8 @@ // FIXME: add tests for intersecting, non-intersecting, degenerate, coincident static const SkDLine tests[][2] = { + {{{{30,20}, {30,50}}}, {{{24,30}, {36,30}}}}, + {{{{323,193}, {-317,193}}}, {{{0,994}, {0,0}}}}, {{{{90,230}, {160,60}}}, {{{60,120}, {260,120}}}}, {{{{90,230}, {160,60}}}, {{{181.176468,120}, {135.294128,120}}}}, {{{{181.1764678955078125f, 120}, {186.3661956787109375f, 134.7042236328125f}}}, -- cgit v1.2.3