todotxt / todo.txt

‼️ A complete primer on the whys and hows of todo.txt.
GNU General Public License v3.0
2.33k stars 102 forks source link

SVG mis-aligned under Mobile Firefox #75

Open clach04 opened 1 year ago

clach04 commented 1 year ago

https://github.com/todotxt/todo.txt/blob/master/description.svg isn't really usable under Android Firefox 103.2.0 (2022-08-03) in both mobile and desktop view as the bottom lines are not aligned correctly.

Chrome appears to be fine, as is Firefox desktop.

I'm unclear at this stage if this is an issue with the browser or the SVG (compliance for SVG is more than complicated). Possible solutions:

  1. revert to the previous PNG - https://github.com/todotxt/todo.txt/commit/ef02f1dd68f9a12c49bb421026435f67b8c9e5a4
  2. use text only, a proposal in https://github.com/todotxt/todo.txt/pull/68/files - I do like the idea of a text based formatted having a text based specification :-)
  3. text from number 2 above and keep the SVG?
  4. something else?