diff options
| -rw-r--r-- | graphics/java/android/graphics/Shader.java | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/Shader.java b/graphics/java/android/graphics/Shader.java index 8410ab2a1e02..aedb83ca273d 100644 --- a/graphics/java/android/graphics/Shader.java +++ b/graphics/java/android/graphics/Shader.java @@ -80,7 +80,8 @@ public class Shader {      /**       * Set the shader's local matrix. Passing null will reset the shader's -     * matrix to identity. +     * matrix to identity. If the matrix has scale value as 0, the drawing +     * result is undefined.       *       * @param localM The shader's new local matrix, or null to specify identity       */  |