From ebf95ba28db75212a1313edc947ed68decc30273 Mon Sep 17 00:00:00 2001 From: "caryclark@google.com" Date: Mon, 8 Apr 2013 11:53:42 +0000 Subject: keep old experimental code in sync git-svn-id: http://skia.googlecode.com/svn/trunk@8554 2bbb7eff-a529-9590-31e7-b0007b416f81 --- experimental/Intersection/op.htm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'experimental/Intersection/op.htm') 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(); +
+ path.addRect(0, 0, 12, 12, SkPath::kCW_Direction); + path.addRect(0, 4, 9, 9, SkPath::kCW_Direction); +
+
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);