97d6d98402
API Changes (nothing should be breaking): - Exposes conic, although all output formats (SVG, Canvas) need conics to be approximated with quads. Tests have been added to verify this happens. - Add .dash(), .trim(), .stroke() and examples for them. - Expose Stroke enums (StrokeJoin, StrokeCap) Adds tests for the cubic part and clean up a few spacing things. There are some changes to the C++ code to simplify the build - otherwise, I need to appease the linker and add add in a bunch of files that may or may not get optimized out. Best make them not even be compiled, just to make sure. Bug: skia:8216 Change-Id: I1da3aaab1891f14a5b3dc01bb6523b4fd9a87b04 Reviewed-on: https://skia-review.googlesource.com/146650 Reviewed-by: Florin Malita <fmalita@chromium.org> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
dm | ||
docker | ||
docs | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
Doxyfile | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
whitespace.txt |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.