aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/user/api/SkPaint_Reference.md
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2018-07-16 08:12:01 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-16 12:16:36 +0000
commita619d459b8583675c8b2818a0fb5c5ed299ea1c9 (patch)
tree6a9795dc0fd9a3ea0bf47e831039b777a18e0279 /site/user/api/SkPaint_Reference.md
parent12e69e7c8944ce940090d2c719476addf3c8104b (diff)
update generated md files
can't really tell what changed here maybe lf style? TBR=jcgregario@google.com No-Try: true Docs-Preview: https://skia.org/?cl=141461 Bug: skia:6818 Change-Id: I8ddce168b07751b6abdc7931e71613afbb74b872 Reviewed-on: https://skia-review.googlesource.com/141461 Commit-Queue: Cary Clark <caryclark@skia.org> Auto-Submit: Cary Clark <caryclark@skia.org> Reviewed-by: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'site/user/api/SkPaint_Reference.md')
-rw-r--r--site/user/api/SkPaint_Reference.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/user/api/SkPaint_Reference.md b/site/user/api/SkPaint_Reference.md
index afc370784a..342579d231 100644
--- a/site/user/api/SkPaint_Reference.md
+++ b/site/user/api/SkPaint_Reference.md
@@ -1745,7 +1745,7 @@ alternating nearby colors from pixel to pixel.
### Example
-<div><fiddle-embed name="1219b38c788bf270fb20f8cd2d78cff8"><div>Dithering introduces subtle adjustments to color to smooth gradients.
+<div><fiddle-embed name="76d4d4a7931a48495e4d5f54e073be53"><div>Dithering introduces subtle adjustments to color to smooth gradients.
Drawing the gradient repeatedly with <a href='SkBlendMode_Reference#SkBlendMode_kPlus'>SkBlendMode::kPlus</a> exaggerates the
dither, making it easier to see.
</div></fiddle-embed></div>
@@ -3016,7 +3016,7 @@ Here are some miter limits and the angles that triggers them.
### Example
-<div><fiddle-embed name="d13d787c1e36f515319fc998411c1d91"><div>This example draws a stroked corner and the miter length beneath.
+<div><fiddle-embed name="5de2de0f00354e59074a9bb1a42d5a63"><div>This example draws a stroked corner and the miter length beneath.
When the miter limit is decreased slightly, the miter join is replaced
by a bevel join.
</div></fiddle-embed></div>