aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/SkPath_Reference.bmh
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2017-10-09 14:07:42 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-09 19:36:14 +0000
commit7fc1d12e67d381a401555d5a7a1fa6af1eb8d7d6 (patch)
tree550988b0c8b1e6aca38544212746e236b13bd336 /docs/SkPath_Reference.bmh
parent90196cc8b5bb4f326264fc8ba72f0b21476c76f3 (diff)
first cut at SkRect, SkIRect documentation
All functions should have descriptions, examples, cross-references. References and spelling have been checked. More work to do creating and organizing topics. Docs-Preview: https://skia.org/?cl=56140 Tbr: caryclark@google.com Bug: skia:6898 Change-Id: I9d1e55d04ab64874c33cac8b91534aa192c2f545 Reviewed-on: https://skia-review.googlesource.com/56140 Reviewed-by: Cary Clark <caryclark@skia.org> Commit-Queue: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'docs/SkPath_Reference.bmh')
-rw-r--r--docs/SkPath_Reference.bmh3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/SkPath_Reference.bmh b/docs/SkPath_Reference.bmh
index c34a21298b..8eb00777b7 100644
--- a/docs/SkPath_Reference.bmh
+++ b/docs/SkPath_Reference.bmh
@@ -5042,7 +5042,7 @@ for (int y = 2; y < 256; y += 9) {
Writes text representation of Path to stream. If stream is nullptr, dump() writes to
standard output. Set forceClose to true to get
-edges used to fill Path. Set dumpAsHex true to get exact binary representations
+edges used to fill Path. Set dumpAsHex true to generate exact binary representations
of floating point numbers used in Point_Array and Conic_Weights.
#Param stream writable Stream receiving Path text representation; may be nullptr ##
@@ -5126,7 +5126,6 @@ original Path.
Use instead of dump() when submitting
#A bug reports against Skia # http://bug.skia.org ##
.
-Slight value changes in Point_Array may cause the bug to disappear.
#Example
SkPath path, copy;