diff options
Diffstat (limited to 'tests/VectorDrawableTest/res/drawable/vector_drawable19.xml')
-rw-r--r-- | tests/VectorDrawableTest/res/drawable/vector_drawable19.xml | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/tests/VectorDrawableTest/res/drawable/vector_drawable19.xml b/tests/VectorDrawableTest/res/drawable/vector_drawable19.xml index a890fd6..017e04c 100644 --- a/tests/VectorDrawableTest/res/drawable/vector_drawable19.xml +++ b/tests/VectorDrawableTest/res/drawable/vector_drawable19.xml @@ -23,14 +23,12 @@ android:viewportHeight="800" android:viewportWidth="1000" /> - <group> - <path - android:name="house" - android:pathData="M10,300 Q400,550 600,300 T1000,300" - android:pivotX="90" - android:pivotY="100" - android:stroke="#FFFF0000" - android:strokeWidth="60" /> - </group> + <path + android:name="house" + android:pathData="M10,300 Q400,550 600,300 T1000,300" + android:pivotX="90" + android:pivotY="100" + android:stroke="#FFFF0000" + android:strokeWidth="60" /> </vector>
\ No newline at end of file |