Pomax / BezierInfo-2

The development repo for the Primer on Bézier curves, https://pomax.github.io/bezierinfo
https://pomax.github.io/bezierinfo
Other
2.32k stars 289 forks source link

"Mouse over" instruction in section 8 seems incorrect #315

Closed luc4leone closed 3 years ago

luc4leone commented 3 years ago

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 3 years ago

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 3 years ago

updated in https://github.com/Pomax/BezierInfo-2/commit/5a285c603d49a8327dc6e2aa95507118a525cb43