aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Bryce Thomas <bryct@amazon.com>2018-02-06 14:53:05 -0800
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-06 23:35:16 +0000
commitfd5a5081d53d16facd315cb0b5d4b9622ba22d9d (patch)
tree69081e1d7ddafa54508d2503f9994992e44c9fb4 /site
parent5dd202dc9002ec7b42279b85ff89ba4780ad394d (diff)
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>
Diffstat (limited to 'site')
-rw-r--r--site/user/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/user/index.md b/site/user/index.md
index 5fb51e8898..c27bd61102 100644
--- a/site/user/index.md
+++ b/site/user/index.md
@@ -16,5 +16,6 @@ Device backends for Skia currently include:
* OpenGL
* PDF
* XPS
+ * SVG
* Picture (for recording and then playing back into another Canvas)