Pomax/BezierInfo-2

"Mouse over" instruction in section 8 seems incorrect

luc4leone opened this issue · 2 comments

In section 8 it's written:

To see this in action, mouse-over the following sketch. Moving the mouse changes which curve point is explicitly evaluated using de Casteljau's algorithm, moving the cursor left-to-right (or, of course, right-to-left), shows you how a curve is generated using this approach.

(bold mine).

I can see it all by moving the slider, NOT by mouse over. Am I missing something?

Pomax commented

No, that text got missed during the last huge rewrite that made things more accessible for touch-devices, but that text apparently got missed. Thanks for spotting it.

Pomax commented

updated in 5a285c6