relativeOffset()

In order for our drawing logic to work properly, we need to move the “relative offset” cursor position calculation out of our HtmlElement abstraction and into our drawing logic. We solve the problem by exposing our relativeOffset() function as a method on HtmlElement. It turns out to be trickier than expected.

  1. E121Toward a Minimum Viable Product

    Mon, 5 Aug ’13
  2. E122jake run

    Wed, 7 Aug ’13
  3. E123A Question of Design

    Mon, 12 Aug ’13
  4. E124Return of the HtmlElement Abstraction

    Wed, 14 Aug ’13
  5. E125Radical Simplification

    Mon, 19 Aug ’13
  6. E126relativeOffset()

    Wed, 21 Aug ’13
  7. E127Dumbfounded

    Mon, 26 Aug ’13
  8. E128If Not for Those Meddling Kids

    Wed, 28 Aug ’13
  9. E129Too Many Events

    Mon, 2 Sep ’13
  10. E130Broken Windows

    Wed, 4 Sep ’13
  11. E131Special Cases

    Mon, 9 Sep ’13
  12. E132Abstraction, or Just Reinventing the Wheel?

    Wed, 11 Sep ’13