Skip to content

Commit d6e6a3c

Browse files
reed-at-googleSkia Commit-Bot
authored andcommitted
update dox for drawPaint
Bug: skia:7745 Change-Id: I3b43aa28349d8525f85f6caaf416659f90c9b285 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/328816 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Reed <reed@google.com>
1 parent a1e2b41 commit d6e6a3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/core/SkCanvas.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,9 +1141,9 @@ class SK_API SkCanvas {
11411141
*/
11421142
void discard() { this->onDiscard(); }
11431143

1144-
/** Fills clip with SkPaint paint. SkPaint components SkMaskFilter, SkShader,
1144+
/** Fills clip with SkPaint paint. SkPaint components, SkShader,
11451145
SkColorFilter, SkImageFilter, and SkBlendMode affect drawing;
1146-
SkPathEffect in paint is ignored.
1146+
SkMaskFilter and SkPathEffect in paint are ignored.
11471147
11481148
@param paint graphics state used to fill SkCanvas
11491149

0 commit comments

Comments
 (0)