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