summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/experimental/webtry/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/experimental/webtry/TODO.md')
-rw-r--r--chromium/third_party/skia/experimental/webtry/TODO.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium/third_party/skia/experimental/webtry/TODO.md b/chromium/third_party/skia/experimental/webtry/TODO.md
new file mode 100644
index 00000000000..b42149a5d90
--- /dev/null
+++ b/chromium/third_party/skia/experimental/webtry/TODO.md
@@ -0,0 +1,16 @@
+Public facing feature requests
+------------------------------
+ - ability to render against multiple targets (gpu/cpu)
+ - versioning (which version of skia was this run against)
+ - magnifying glass (both client side and server side)
+ - specify scale, rotate, clip (possibly animating over a range)
+ - change canvas size from 300x300 to other sizes
+
+
+Implementation details
+----------------------
+ - Add flag for inout directory to webtry.go.
+ - In webtry.go add mutexes per hash, to avoid conflicts of writing the same file at the same time.
+ - Add font support in the c++ template.
+ - Add inline links to doxygen.
+ - Add monitoring and probing (nagios).