From 872da6b5713b966f628c54fcc2ad115054da4212 Mon Sep 17 00:00:00 2001 From: Jim Van Verth Date: Tue, 10 Apr 2018 11:24:11 -0400 Subject: Add initial support for simple concave shadows. Adds support for spot shadow outlines. Since filling the penumbra still needs to be done, this code is disabled for now. Bug: skia: Change-Id: I3369eb13832b47ad16dd29ce7c7d6a1a10b39aeb Reviewed-on: https://skia-review.googlesource.com/22363 Commit-Queue: Jim Van Verth Reviewed-by: Brian Salomon --- tests/OffsetSimplePolyTest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/OffsetSimplePolyTest.cpp') diff --git a/tests/OffsetSimplePolyTest.cpp b/tests/OffsetSimplePolyTest.cpp index 50f680ef23..de720b5cf2 100644 --- a/tests/OffsetSimplePolyTest.cpp +++ b/tests/OffsetSimplePolyTest.cpp @@ -92,7 +92,6 @@ DEF_TEST(OffsetSimplePoly, reporter) { // past full inset result = SkOffsetSimplePolygon(&rrectPoly[0], rrectPoly.count(), 75, &offsetPoly); REPORTER_ASSERT(reporter, !result); - REPORTER_ASSERT(reporter, offsetPoly.count() == 0); // troublesome case SkTDArray clippedRRectPoly; -- cgit v1.2.3