diff options
-rw-r--r-- | todo.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -18,6 +18,12 @@ | |||
18 | (Could replace the "available offline too" mention, which is a bit | 18 | (Could replace the "available offline too" mention, which is a bit |
19 | confusing anyway). | 19 | confusing anyway). |
20 | 20 | ||
21 | - [ ] Fix wrong size of first slide in Chrome (minor bug): | ||
22 | The first slide is sometimes loaded with the wrong size. | ||
23 | This goes away on windows resize or slide change. | ||
24 | But it would be nice for this not to be happening in the first place. | ||
25 | That's most likely due to some race-condition on window creation. | ||
26 | |||
21 | - [ ] Selectable text layer: | 27 | - [ ] Selectable text layer: |
22 | Add a selectable text layer on top of the rendered canvas, | 28 | Add a selectable text layer on top of the rendered canvas, |
23 | allowing the user to copy text and click on embedded links. | 29 | allowing the user to copy text and click on embedded links. |