morphic.js icon indicating copy to clipboard operation
morphic.js copied to clipboard

Some glitches in repainting (example: rectangle attached to frame)

Open davidedc opened this issue 11 years ago • 0 comments

steps:

  • create a frame
  • create a rectangle
  • attach the rectangle to the frame so it's only partially inside the frame, like so: screen shot 2015-02-12 at 00 04 44

obtained:

  • moving the frame causes the rectangle to sort of break like so: screen shot 2015-02-12 at 00 04 49

expected:

  • the rectangle should be clipped at the frame edge as soon as attached to the frame, like so: screen shot 2015-02-12 at 00 13 44

(This is fixed in Zombie Kernel but it would need bisecting to find the fix since I fixed this long ago)

davidedc avatar Feb 12 '15 00:02 davidedc