update dox for FILL_AND_STROKE style

Change-Id: I7835068a376dfa4d8c18d8bb20d97941a058e89f
http://b/issue?id=2590047
This commit is contained in:
Mike Reed
2010-04-14 14:46:46 -04:00
parent c096a9aead
commit d404d6f162

View File

@ -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);