diff --git a/graphics/java/android/graphics/drawable/VectorDrawable.java b/graphics/java/android/graphics/drawable/VectorDrawable.java index 8b0f635482e07..daea107e8fb12 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; * *
*
<clip-path>
- *
Defines path to be the current clip. + *
Defines path to be the current clip. Note that the clip path only apply to + * the current group and its children. *
*
android:name
*
Defines the name of the clip path.