diff options
author | Joe Gregorio <jcgregorio@google.com> | 2017-08-16 13:40:46 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-08-16 18:38:15 +0000 |
commit | a71e2ef4120dfcf318cbfdb56dea8509cd1d7512 (patch) | |
tree | 49fbb9a5050e7b8b2dd54929973525d8f6a65efc | |
parent | 43344289fce092f19fc173abcaf2b827adbf6b60 (diff) |
Remove examples of now removed SkArcToPathEffect.
SkArcToPathEffect was removed in: https://skia-review.googlesource.com/25981
No-Try: true
Docs-Preview: https://skia.org/?cl=35442
Bug: skia:
Change-Id: I8fefa6730d8f1d3fdc5516d46ef706052d84b6bf
Reviewed-on: https://skia-review.googlesource.com/35442
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
-rw-r--r-- | site/user/api/index.md | 1 | ||||
-rw-r--r-- | site/user/api/skpaint_overview.md | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/site/user/api/index.md b/site/user/api/index.md index 008f9a15d1..afab43c834 100644 --- a/site/user/api/index.md +++ b/site/user/api/index.md @@ -60,7 +60,6 @@ Here's a partial list of the more important Skia classes: - [SkPath2DPathEffect](http://skia-doc.commondatastorage.googleapis.com/doxygen/doxygen/html/classSkPath2DPathEffect.html) - [SkLine2DPathEffect](http://skia-doc.commondatastorage.googleapis.com/doxygen/doxygen/html/classSkLine2DPathEffect.html) - [SkPath1DPathEffect](http://skia-doc.commondatastorage.googleapis.com/doxygen/doxygen/html/classSkPath1DPathEffect.html) - - [SkArcToPathEffect](http://skia-doc.commondatastorage.googleapis.com/doxygen/doxygen/html/classSkArcToPathEffect.html) - [SkCornerPathEffect](http://skia-doc.commondatastorage.googleapis.com/doxygen/doxygen/html/classSkCornerPathEffect.html) - [SkDashPathEffect](http://skia-doc.commondatastorage.googleapis.com/doxygen/doxygen/html/classSkDashPathEffect.html) - [SkDiscretePathEffect](http://skia-doc.commondatastorage.googleapis.com/doxygen/doxygen/html/classSkDiscretePathEffect.html) diff --git a/site/user/api/skpaint_overview.md b/site/user/api/skpaint_overview.md index df89812bb5..b85e20c1f7 100644 --- a/site/user/api/skpaint_overview.md +++ b/site/user/api/skpaint_overview.md @@ -174,12 +174,6 @@ SkPathEffect <fiddle-embed name='@skpaint_path_1d_path_effect'></fiddle-embed> -* SkArcToPathEffect - - The following few examples use this function: - - <fiddle-embed name='@skpaint_arc_to_path_effect'></fiddle-embed> - * SkCornerPathEffect: a path effect that can turn sharp corners into various treatments (e.g. rounded corners). |