diff options
author | ztenghui <ztenghui@google.com> | 2014-08-08 10:48:22 -0700 |
---|---|---|
committer | ztenghui <ztenghui@google.com> | 2014-08-11 10:16:22 -0700 |
commit | 66613415966f2f1a43cdaa76560eb6d53a05f15d (patch) | |
tree | a64d715a75a0dcf4809195a00b5f90a076f9c659 /tests/VectorDrawableTest/res | |
parent | c8f3003533319502b139d18a450bd71ecfe92d7a (diff) |
Don't double count the left/top when using bitmap cache in VectorDrawable.
bug:16861184
Change-Id: I0530602957a434b222725b6fcbc1af165ee05835
Diffstat (limited to 'tests/VectorDrawableTest/res')
-rw-r--r-- | tests/VectorDrawableTest/res/drawable/vector_drawable04.xml | 3 | ||||
-rw-r--r-- | tests/VectorDrawableTest/res/drawable/vector_drawable28.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/VectorDrawableTest/res/drawable/vector_drawable04.xml b/tests/VectorDrawableTest/res/drawable/vector_drawable04.xml index 5a7f380bda1d..d282fc9eba8b 100644 --- a/tests/VectorDrawableTest/res/drawable/vector_drawable04.xml +++ b/tests/VectorDrawableTest/res/drawable/vector_drawable04.xml @@ -16,7 +16,8 @@ android:width="64dp" android:height="64dp" android:viewportWidth="7.30625" - android:viewportHeight="12.25"> + android:viewportHeight="12.25" + android:autoMirrored="true"> <group> <clip-path diff --git a/tests/VectorDrawableTest/res/drawable/vector_drawable28.xml b/tests/VectorDrawableTest/res/drawable/vector_drawable28.xml index cd7bb168dd05..2d2783b8f41e 100644 --- a/tests/VectorDrawableTest/res/drawable/vector_drawable28.xml +++ b/tests/VectorDrawableTest/res/drawable/vector_drawable28.xml @@ -17,7 +17,8 @@ android:height="64dp" android:viewportHeight="200" android:viewportWidth="200" - android:width="64dp" > + android:width="64dp" + android:autoMirrored="true" > <group> <path |