6f458fc221
BUG=skia: R=reed@google.com Author: jcgregorio@google.com Review URL: https://codereview.chromium.org/195143004 git-svn-id: http://skia.googlecode.com/svn/trunk@13751 2bbb7eff-a529-9590-31e7-b0007b416f81 |
||
---|---|---|
.. | ||
index.html | ||
README | ||
server.py | ||
template.cpp |
WebTry ====== Allows trying out Skia code in the browser. Run a local webserver and from the pages it serves try out Skia code and see the results immediately. Running ======= $ cd experimental/webtry $ python server.py Then visit http://localhost:8765 in your browser.