From b6e9534ea5ad1b0d5059f6b943ed951184ec0c29 Mon Sep 17 00:00:00 2001 From: ztenghui Date: Wed, 17 Jun 2015 14:59:01 -0700 Subject: [PATCH] Separate 2 clip paths into 2 groups Since 2 clip paths is taking the intersection as the final clip, we should separate this test case into 2 groups. Prior to M release, the 2nd clip path is overriding the first one. The behavior changed in this CL: e9c01a40a2f0f0da195dfbb2909aaee5c005d1c6 b/16376848 b/19946683 Change-Id: Ib21c95e70f1317321725acbbe0ccf91713f748c3 --- .../res/drawable/vector_drawable04.xml | 48 ++++++++++--------- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/tests/VectorDrawableTest/res/drawable/vector_drawable04.xml b/tests/VectorDrawableTest/res/drawable/vector_drawable04.xml index d282fc9eba8b8..0f3fb95f5d464 100644 --- a/tests/VectorDrawableTest/res/drawable/vector_drawable04.xml +++ b/tests/VectorDrawableTest/res/drawable/vector_drawable04.xml @@ -13,37 +13,41 @@ limitations under the License. --> + android:autoMirrored="true" + android:height="64dp" + android:viewportHeight="12.25" + android:viewportWidth="7.30625" + android:width="64dp" > - + a .001,.001 0 1,0-.002,0z" /> + + + + a 6,6 0 1,0-12,0z" /> + + q-0.78125024,0.8125-2.2187502,2.265625Z" /> - + + \ No newline at end of file