Vilson Vieira

Results 33 issues of Vilson Vieira

Implement tests. It is easy to imagine tests to commands, but should we go deeper and test the rendered canvas?

enhancement

[Analyzing](https://github.com/noflo/noflo-canvas/wiki/Coverage) the canvas 2d API I want to start discussing its coverage/mapping to components. As a beginning, how to create paths with mixed `lineTo`, `arcTo`, `moveTo` instructions?

question

Based on events' timestamp, calculate durations from one event to another and show a summary of slower events: ![2015-12-29-011458_543x118_scrot](https://cloud.githubusercontent.com/assets/49062/12029215/7a9099c2-adcc-11e5-8085-a81a11ca60d3.png) ![2015-12-29-011511_340x275_scrot](https://cloud.githubusercontent.com/assets/49062/12029216/7f323df0-adcc-11e5-92a8-d5e7cf5a16a4.png) This is a quick implementation I'm using to discover time...