aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/op.htm
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-08 11:53:42 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-08 11:53:42 +0000
commitebf95ba28db75212a1313edc947ed68decc30273 (patch)
tree4792676b0a9a28e55fa40780dac13496f4bf074d /experimental/Intersection/op.htm
parent818b0cc1b8b0c4acc565e8e2cb8b0b61aa5a300e (diff)
keep old experimental code in sync
git-svn-id: http://skia.googlecode.com/svn/trunk@8554 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/Intersection/op.htm')
-rw-r--r--experimental/Intersection/op.htm7
1 files changed, 7 insertions, 0 deletions
diff --git a/experimental/Intersection/op.htm b/experimental/Intersection/op.htm
index 75dd92e6a9..4c67e0a420 100644
--- a/experimental/Intersection/op.htm
+++ b/experimental/Intersection/op.htm
@@ -382,6 +382,11 @@ path.close();
path.close();
</div>
+<div id="testLine16">
+ path.addRect(0, 0, 12, 12, SkPath::kCW_Direction);
+ path.addRect(0, 4, 9, 9, SkPath::kCW_Direction);
+</div>
+
<div id="testLine17">
SkPath path, simple;
path.addRect(0, 0, 12, 12, SkPath::kCW_Direction);
@@ -4078,6 +4083,7 @@ path.addRect(4, 13, 13, 16, SkPath::kCCW_Direction);
<script type="text/javascript">
var testDivs = [
+ testLine16,
cubicOp63d,
cubicOp62d,
cubicOp61d,
@@ -4366,6 +4372,7 @@ var testDivs = [
testLine22,
testLine19,
testLine17,
+ testLine16,
testLine13,
testLine12,
testLine9,