summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author ztenghui <ztenghui@google.com> 2015-01-14 14:39:53 -0800
committer ztenghui <ztenghui@google.com> 2015-01-14 14:40:58 -0800
commit6fbcefe4d7248912cd797de376eb25c5ace1544d (patch)
tree0ddf41b189820f8536823e807866b86392e952ae
parenta1d11273d3dee74f923e567a003653ea9c2ea936 (diff)
Update the javadoc for the clip path fix.
b/18758765 Change-Id: I1845c09a120ecdf0d7685ff1f6165b1e841db5ce
-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 8b0f635482e0..daea107e8fb1 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>