skia2/site/user
Kevin Lubick d993648fa4 [PathKit] Write more complete docs and clean up API to be consistent
Breaking Changes (should be minor, as it's mostly just things
for testing):
 - PathKit.ApplyPathOp should have returned a new SkPath, but didn't.
It now does and is named "MakeFromOp", which makes the convention of
"Have 'make' in name, needs delete" more consistent.
 - PathKit.FromCmds(arr) now only needs to take the JS Array and
will handle the TypedArrays under the hood. If clients want to deal
with TypedArrays themselves, they can use _FromCmds(ptr, len) directly.
 - PathKit.MakeLTRBRect is now just PathKit.LTRBRect. The thing
returned is a normal JS Object and doesn't need delete().

As per custom with v0 apps, we are updating the minor version
to v0.3.0 to account for breaking changes.


Docs-Preview: https://skia.org/?cl=147960
Bug: skia:8216
Change-Id: Ia3626e69f3e97698fc62a6aee876af005e29ffca
Reviewed-on: https://skia-review.googlesource.com/147960
Reviewed-by: Mike Reed <reed@google.com>
Reviewed-by: Heather Miller <hcm@google.com>
2018-08-24 16:30:00 +00:00
..
api update doc index 2018-08-17 18:19:42 +00:00
modules [PathKit] Write more complete docs and clean up API to be consistent 2018-08-24 16:30:00 +00:00
sample Documentation Fixes: Viewer on Android needs SDK 2018-02-09 16:22:42 +00:00
special Reland "Remove old references to SampleApp" 2018-06-18 21:09:09 +00:00
build.md Remove .bat and .exe from commands where possible. 2018-06-19 17:29:15 +00:00
download.md Changes to site documentation 2018-01-11 19:47:58 +00:00
index.md Add link annotation support to SkSVGDevice. 2018-02-06 23:35:16 +00:00
issue-tracker.md Expand Issue Tracking docs to include triage, Chrome instructions 2016-08-18 18:32:17 -07:00
METADATA add skia.org modules section, animation page 2018-08-08 14:30:03 +00:00
tips.md scripts to generate [m]skps, documentation 2018-03-13 15:08:02 +00:00