OLD | NEW |
1 Public facing feature requests | 1 Public facing feature requests |
2 ------------------------------ | 2 ------------------------------ |
3 - return printf output | 3 - return printf output |
4 - permalinks for fiddles | |
5 - ability to render against multiple targets (gpu/cpu) | 4 - ability to render against multiple targets (gpu/cpu) |
6 - versioning (which version of skia was this run against) | 5 - versioning (which version of skia was this run against) |
7 - serve up a iframe-able page | |
8 - magnifying glass (both client side and server side) | 6 - magnifying glass (both client side and server side) |
9 - specify scale, rotate, clip (possibly animating over a range) | 7 - specify scale, rotate, clip (possibly animating over a range) |
10 - change canvas size from 300x300 to other sizes | 8 - change canvas size from 300x300 to other sizes |
11 | 9 |
12 | 10 |
13 Implementation details | 11 Implementation details |
14 ---------------------- | 12 ---------------------- |
15 - Add flag for inout directory to webtry.go. | 13 - Add flag for inout directory to webtry.go. |
16 - In webtry.go add mutexes per hash, to avoid conflicts of writing the same fil
e at the same time. | 14 - In webtry.go add mutexes per hash, to avoid conflicts of writing the same fil
e at the same time. |
17 - Don't allow #macros in user code. | |
18 - Limit the size of the user code submitted. | |
19 - Add font support in the c++ template. | 15 - Add font support in the c++ template. |
20 - Add inline links to doxygen. | 16 - Add inline links to doxygen. |
21 - Add monitoring and probing (nagios). | 17 - Add monitoring and probing (nagios). |
22 - sanitize the file name in the output. | 18 - sanitize the file name in the output. |
OLD | NEW |