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