@@ -6,8 +6,8 @@ Piwik [logs events](https://piwik.org/docs/event-tracking/) using the following
6
6
| ------------- | -----------|------------------------ | --------------------------- | -----
7
7
| ** Recording** | Scrub | ` [current grid image] ` | ` [duration in ms] ` | When the mouse is over the grid area, but not drawing
8
8
| | Draw | ` [current grid image] ` | ` [duration in ms] ` | After the mouse is done drawing over the grid area
9
- | ** Paths** | Session | ` [current loaded path] ` | ` [duration in ms] ` | When an example/loaded path is changed
10
- | ** Grids** | Session | ` [current grid image] ` | ` [duration in ms] ` | When an example/loaded grid is changed
9
+ | ** Paths** | Session | ` [current loaded path] ` | ` [path filename in ms] ` | When an example/loaded path is changed
10
+ | ** Grids** | Session | ` [current grid image] ` | ` [image filename in ms] ` | When an example/loaded grid is changed
11
11
| ** Render** | Start | ` [rendered grid image] ` | ` [# of frames] ` | When a render is started
12
12
| | Abort | ` [rendered grid image] ` | ` [time waited in ms] ` | When a render is cancelled
13
13
| | Complete | ` [rendered grid image] ` | ` [time taken in ms] ` | When a render is finished
@@ -19,12 +19,12 @@ Piwik [logs events](https://piwik.org/docs/event-tracking/) using the following
19
19
| | Path | Next | | When "next example path" button is pressed
20
20
| | Path | Prev | | When "previous example path" button is pressed
21
21
| | Path | Clear | | When "clear path" button is pressed
22
- | | Path | Add Success | | When "add path" button is pressed and a valid .json file is loaded
23
- | | Path | Add Fail | | When "add path" button is pressed and an invalid .json file is provided
22
+ | | Path | Add Success | ` [filename] ` | When "add path" button is pressed and a valid .json file is loaded
23
+ | | Path | Add Fail | ` [filename] ` | When "add path" button is pressed and an invalid .json file is provided
24
24
| | Grid | Next | | When "next example grid" button is pressed
25
25
| | Grid | Prev | | When "previous example grid" button is pressed
26
- | | Grid | Add Success | | When "add grid" button is pressed and a valid image file is loaded
27
- | | Grid | Add Fail | | When "add grid" button is pressed and an invalid image file is provided
26
+ | | Grid | Add Success | ` [filename] ` | When "add grid" button is pressed and a valid image file is loaded
27
+ | | Grid | Add Fail | ` [filename] ` | When "add grid" button is pressed and an invalid image file is provided
28
28
29
29
## Webpage Events
30
30
0 commit comments