summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2015-01-20 22:08:40 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-01-20 22:08:46 +0000
commita0d17f80902468b5a4e0874daeac92abc6f71b3e (patch)
tree05875e505b4bb22fbd48c9a61b85124f4c6d2ef2 /graphics
parent025ac537fdbfbcc4489c056f50d838944135bad9 (diff)
parent6fbcefe4d7248912cd797de376eb25c5ace1544d (diff)
downloadframeworks_base-a0d17f80902468b5a4e0874daeac92abc6f71b3e.zip
frameworks_base-a0d17f80902468b5a4e0874daeac92abc6f71b3e.tar.gz
frameworks_base-a0d17f80902468b5a4e0874daeac92abc6f71b3e.tar.bz2
Merge "Update the javadoc for the clip path fix."
Diffstat (limited to 'graphics')
-rw-r--r--graphics/java/android/graphics/drawable/VectorDrawable.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/drawable/VectorDrawable.java b/graphics/java/android/graphics/drawable/VectorDrawable.java
index f937ddb..5f1dcec 100644
--- a/graphics/java/android/graphics/drawable/VectorDrawable.java
+++ b/graphics/java/android/graphics/drawable/VectorDrawable.java
@@ -150,7 +150,8 @@ import java.util.Stack;
*
* <dl>
* <dt><code>&lt;clip-path></code></dt>
- * <dd>Defines path to be the current clip.
+ * <dd>Defines path to be the current clip. Note that the clip path only apply to
+ * the current group and its children.
* <dl>
* <dt><code>android:name</code></dt>
* <dd>Defines the name of the clip path.</dd>