new known issue with drawings

[?]
May 21, 2022, 5:36 PM
IDGP4BJZTKAD6ZO4RLAWYVN6IFCMIM76G6HJGPTE27K4D6CDBUHQC

Dependencies

  • [2] 5ED3YGHW planning out cursor up/down over wrapped lines
  • [*] FS2ITYYH record a known issue
  • [*] A2TQYJ6J .
  • [*] 242L3OQX bugfix: ensure Cursor_line is always on a text line

Change contents

  • edit in README.md at line 5
    [4.214]
    [5.79]
  • edit in README.md at line 7
    [5.148]
    [6.1190]
  • edit in README.md at line 10
    [6.1283]
    [6.1283]
  • edit in README.md at line 15
    [2.188]
    [2.188]
  • edit in README.md at line 18
    [6.1643]
    * Insufficient handling of constraints when moving points. For example, if you
    draw a manhattan line and then move one of the points, you may not be able
    to hover on it anymore.
    There's two broad ways to fix this. The first is to relax constraints,
    switch the manhattan line to not be manhattan. The second is to try to
    maintain constraints. Either constrain the point to only move along one line
    (but what if it's connected to two manhattan lines?!), or constrain the
    other end of the line to move alongside. I'm not sure yet which would be
    more useful. Getting into constraints would also make the program more
    complex.
    Bottomline: at the moment moving points connected to manhattan lines,
    rectangles or squares can break drawings in subtle ways.