summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorMike Reed <reed@google.com>2010-04-14 14:46:46 -0400
committerMike Reed <reed@google.com>2010-04-14 14:46:46 -0400
commitd404d6f162cfd4071c8ff3a2d44b1077307e2102 (patch)
treeae844589928e44aea9910938bd2e9148b56fb8cf /graphics
parentc096a9aead60717fc106ceb259bf954a578d3c54 (diff)
downloadframeworks_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.java4
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);