aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/user/api/SkPaint_Reference.md
diff options
context:
space:
mode:
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>