OSDN Git Service

Add fillType support to VectorDrawable
authorTeng-Hui Zhu <ztenghui@google.com>
Tue, 15 Mar 2016 21:32:16 +0000 (14:32 -0700)
committerTeng-Hui Zhu <ztenghui@google.com>
Wed, 16 Mar 2016 18:03:27 +0000 (11:03 -0700)
commit46591f4a2dbd785bcae2b82bb490e78208605ec8
tree617adae82702b9a1d093f312a07d41ae3ec1977b
parente2578e2d9ea968cf900814cc3d2e62e4cf476f3e
Add fillType support to VectorDrawable

Default as non-zero, which is the same as SVG.
b/27533958

Change-Id: Id20e6d3493bb4d2b4b65d7f6cdb13586631c40e4
12 files changed:
api/current.txt
api/system-current.txt
api/test-current.txt
core/jni/android_graphics_drawable_VectorDrawable.cpp
core/res/res/values/attrs.xml
core/res/res/values/public.xml
graphics/java/android/graphics/drawable/VectorDrawable.java
libs/hwui/VectorDrawable.cpp
libs/hwui/VectorDrawable.h
tests/VectorDrawableTest/res/drawable/vector_icon_filltype_evenodd.xml [new file with mode: 0644]
tests/VectorDrawableTest/res/drawable/vector_icon_filltype_nonzero.xml [new file with mode: 0644]
tests/VectorDrawableTest/src/com/android/test/dynamic/VectorDrawablePerformance.java