diff options
| author | Mike Reed <reed@google.com> | 2010-04-14 14:46:46 -0400 |
|---|---|---|
| committer | Mike Reed <reed@google.com> | 2010-04-14 14:46:46 -0400 |
| commit | d404d6f162cfd4071c8ff3a2d44b1077307e2102 (patch) | |
| tree | ae844589928e44aea9910938bd2e9148b56fb8cf /graphics | |
| parent | c096a9aead60717fc106ceb259bf954a578d3c54 (diff) | |
| download | frameworks_base-d404d6f162cfd4071c8ff3a2d44b1077307e2102.zip frameworks_base-d404d6f162cfd4071c8ff3a2d44b1077307e2102.tar.gz frameworks_base-d404d6f162cfd4071c8ff3a2d44b1077307e2102.tar.bz2 | |
update dox for FILL_AND_STROKE style
Change-Id: I7835068a376dfa4d8c18d8bb20d97941a058e89f
http://b/issue?id=2590047
Diffstat (limited to 'graphics')
| -rw-r--r-- | graphics/java/android/graphics/Paint.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/Paint.java b/graphics/java/android/graphics/Paint.java index 3e3f87b..183c896 100644 --- a/graphics/java/android/graphics/Paint.java +++ b/graphics/java/android/graphics/Paint.java @@ -93,7 +93,9 @@ public class Paint { /** * Geometry and text drawn with this style will be both filled and * stroked at the same time, respecting the stroke-related fields on - * the paint. + * the paint. This mode can give unexpected results if the geometry + * is oriented counter-clockwise. This restriction does not apply to + * either FILL or STROKE. */ FILL_AND_STROKE (2); |
