Go to file
Bryce Thomas fd5a5081d5 Add link annotation support to SkSVGDevice.
This CL implements |SkSVGDevice::drawAnnotation|, overridden from
|SKBaseDevice|.  |drawAnnotation| supports annotating rectangular areas
of a Skia device.  Previous to this change, annotations are being used
in |SkPDFDevice| to include hyperlinked rectangular areas in .pdf
documents.  This CL implements the SVG equivalent of this PDF feature.

BUG=skia:7581

Docs-Preview: https://skia.org/?cl=104680
Change-Id: I92ae01ceb7ae10cd2010bebab2a58dcfe48ef253
Reviewed-on: https://skia-review.googlesource.com/104680
Commit-Queue: Florin Malita <fmalita@chromium.org>
Reviewed-by: Florin Malita <fmalita@chromium.org>
2018-02-06 23:35:16 +00:00
animations first cut at a checkbox 2009-10-21 19:41:10 +00:00
bench Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" 2018-02-03 01:59:59 +00:00
bin fetch-clang-format: better error checking 2018-01-22 20:33:49 +00:00
debugger Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" 2018-02-03 01:59:59 +00:00
dm Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" 2018-02-03 01:59:59 +00:00
docs fix bookmaker nightly 2018-02-06 15:20:25 +00:00
example Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" 2018-02-03 01:59:59 +00:00
experimental [skottie] FMA-friendlier lerp 2018-02-05 16:07:46 +00:00
fuzz Check for nullptrs when fuzzing region_deserialize 2018-02-01 15:10:43 +00:00
gm Revert "Revert "move GrColor.h to private, IWYU"" 2018-02-06 23:05:46 +00:00
gn Revert "Revert "move GrColor.h to private, IWYU"" 2018-02-06 23:05:46 +00:00
include Revert "Revert "move GrColor.h to private, IWYU"" 2018-02-06 23:05:46 +00:00
infra Promote perf bots to CQ 2018-02-06 14:55:05 +00:00
platform_tools Remove ConstraintLayout from skqp app 2018-02-06 18:59:55 +00:00
resources Make SkAndroidCodec (optionally) respect origin 2018-01-26 22:13:34 +00:00
samplecode Simplify SkAnimatedImage 2018-01-30 18:46:35 +00:00
site Add link annotation support to SkSVGDevice. 2018-02-06 23:35:16 +00:00
src Add link annotation support to SkSVGDevice. 2018-02-06 23:35:16 +00:00
tests Add link annotation support to SkSVGDevice. 2018-02-06 23:35:16 +00:00
third_party avoid using tmpnam() in Lua 2018-02-01 22:39:59 +00:00
tools SkQP: download_model complains when files.checksum is missing 2018-02-06 19:48:55 +00:00
.clang-format Mark flatennable macros as block beginning/ending in .clang-format 2017-01-09 15:31:36 +00:00
.gitignore Ignore generated README.recipes.md 2017-10-26 18:07:27 +00:00
.gn Basic standalone GN configs. 2016-07-21 12:25:45 -07:00
AUTHORS Add link annotation support to SkSVGDevice. 2018-02-06 23:35:16 +00:00
BUILD.gn SkQP: skia_skqp_global_error_tolerance 2018-02-01 21:10:49 +00:00
codereview.settings Make uploading to Gerrit the default for Skia 2016-11-09 19:07:56 +00:00
CONTRIBUTING Fix references to https://sites.google.com/site/skiadocs/. 2015-02-03 13:12:54 -02:00
CQ_COMMITTERS Moved committer list to chrome-infra-auth and deleted it from the repo 2015-09-02 13:37:54 -07:00
DEPS Roll skia/third_party/externals/angle2/ ceb7190bb..fbb1c7921 (3 commits) 2018-02-06 22:47:25 +00:00
Doxyfile Make the housekeeper upload doxygen to a newer bucket 2016-10-04 13:23:57 -07:00
LICENSE BUG=skia:5602 2016-09-02 11:19:34 -07:00
OWNERS add OWNERS file 2017-12-01 19:50:19 +00:00
PRESUBMIT.py Skip AUTHORS check for Skia service accounts 2018-01-02 18:47:01 +00:00
public.bzl Revert "remove third_party/etc1" 2018-01-26 22:41:35 +00:00
README Fix references to https://sites.google.com/site/skiadocs/. 2015-02-03 13:12:54 -02:00
README.chromium Update README.chromium. 2015-06-11 13:19:24 -07:00
whitespace.txt Verify Status is showing new commits. 2018-01-22 22:55:36 +00:00

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

See full details, and build instructions, at https://skia.org.