diff options
Diffstat (limited to 'tests/VectorDrawableTest/res/drawable/vector_drawable14.xml')
-rw-r--r-- | tests/VectorDrawableTest/res/drawable/vector_drawable14.xml | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/tests/VectorDrawableTest/res/drawable/vector_drawable14.xml b/tests/VectorDrawableTest/res/drawable/vector_drawable14.xml index 77bf723..b701b35 100644 --- a/tests/VectorDrawableTest/res/drawable/vector_drawable14.xml +++ b/tests/VectorDrawableTest/res/drawable/vector_drawable14.xml @@ -23,19 +23,17 @@ android:viewportHeight="500" android:viewportWidth="800" /> - <group> - <path - android:name="pie2" - android:pathData="M200,350 l 50,-25 + <path + android:name="pie2" + android:pathData="M200,350 l 50,-25 a25,12 -30 0,1 100,-50 l 50,-25 a25,25 -30 0,1 100,-50 l 50,-25 a25,37 -30 0,1 100,-50 l 50,-25 a25,50 -30 0,1 100,-50 l 50,-25" - android:pivotX="90" - android:pivotY="100" - android:rotation="20" - android:stroke="#FF00FF00" - android:strokeWidth="10" /> - </group> + android:pivotX="90" + android:pivotY="100" + android:rotation="20" + android:stroke="#FF00FF00" + android:strokeWidth="10" /> </vector>
\ No newline at end of file |