Skip to content

Commit 514244e

Browse files
committed
Notes corrections
1 parent 065e8e0 commit 514244e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

notes/notes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Piwik [logs events](https://piwik.org/docs/event-tracking/) using the following
66
| ------------- | -----------|------------------------ | --------------------------- | -----
77
| **Recording** | Scrub | `[current grid image]` | `[duration in ms]` | When the mouse is over the grid area, but not drawing
88
| | 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
1111
| **Render** | Start | `[rendered grid image]` | `[# of frames]` | When a render is started
1212
| | Abort | `[rendered grid image]` | `[time waited in ms]` | When a render is cancelled
1313
| | 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
1919
| | Path | Next | | When "next example path" button is pressed
2020
| | Path | Prev | | When "previous example path" button is pressed
2121
| | 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
2424
| | Grid | Next | | When "next example grid" button is pressed
2525
| | 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
2828

2929
## Webpage Events
3030

0 commit comments

Comments
 (0)