Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(629)

Unified Diff: site/user/api/skcanvas.md

Issue 1915493004: docs: fix fiddle image links. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « site/index.md ('k') | site/user/api/skpaint.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/user/api/skcanvas.md
diff --git a/site/user/api/skcanvas.md b/site/user/api/skcanvas.md
index 03f09556b385331e5f88a48a3ea7ca0428d80493..818ef137a091e6766db79f3d9dd2512493e3923b 100644
--- a/site/user/api/skcanvas.md
+++ b/site/user/api/skcanvas.md
@@ -33,7 +33,7 @@ heptagram. This function can be cut and pasted into
}
<a href='https://fiddle.skia.org/c/@skcanvas_star'><img
- src='https://fiddle.skia.org/c/@skcanvas_star_raster.png'></a>
+ src='https://fiddle.skia.org/i/@skcanvas_star_raster.png'></a>
Details
-------
@@ -60,7 +60,7 @@ SkPaint.
}
<a href='https://fiddle.skia.org/c/@skcanvas_square'><img
- src='https://fiddle.skia.org/c/@skcanvas_square_raster.png'></a>
+ src='https://fiddle.skia.org/i/@skcanvas_square_raster.png'></a>
The code above will draw a rectangle rotated by 45 degrees. Exactly
what color and style the rect will be drawn in is described by the
@@ -141,7 +141,7 @@ parameter.
<a href='https://fiddle.skia.org/c/@skcanvas_paint'><img
- src='https://fiddle.skia.org/c/@skcanvas_paint_raster.png'></a>
+ src='https://fiddle.skia.org/i/@skcanvas_paint_raster.png'></a>
In some of the calls, we pass a pointer, rather than a reference, to
the paint. In those instances, the paint parameter may be null. In all
« no previous file with comments | « site/index.md ('k') | site/user/api/skpaint.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698