jmoenig/morphic.js

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

Opened this issue · 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)