| Index: tools/lua/scrape.lua
|
| diff --git a/tools/lua/scrape.lua b/tools/lua/scrape.lua
|
| index 627018800acb2839f2b6be47dc63c4a1e2391bc7..4f4adbf3db5c861e6f6c62384186f54cbf736f76 100644
|
| --- a/tools/lua/scrape.lua
|
| +++ b/tools/lua/scrape.lua
|
| @@ -59,7 +59,7 @@ function sk_scrape_accumulate(t)
|
| end
|
|
|
| if false and t.verb == "drawPath" then
|
| - local pred, r1, r2, d1, d2 = t.path:isNestedRects()
|
| + local pred, r1, r2, d1, d2 = t.path:isNestedFillRects()
|
|
|
| if pred then
|
| print("drawRect_Nested", tostr(r1), tostr(r2), d1, d2)
|
|
|