We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e2b41 commit d6e6a3cCopy full SHA for d6e6a3c
include/core/SkCanvas.h
@@ -1141,9 +1141,9 @@ class SK_API SkCanvas {
1141
*/
1142
void discard() { this->onDiscard(); }
1143
1144
- /** Fills clip with SkPaint paint. SkPaint components SkMaskFilter, SkShader,
+ /** Fills clip with SkPaint paint. SkPaint components, SkShader,
1145
SkColorFilter, SkImageFilter, and SkBlendMode affect drawing;
1146
- SkPathEffect in paint is ignored.
+ SkMaskFilter and SkPathEffect in paint are ignored.
1147
1148
@param paint graphics state used to fill SkCanvas
1149
0 commit comments