File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ can see the effect of the control point: the lines leaving the lower
323323corners start off in the direction of the control point and then
324324((curve)) toward their target.
325325
326- (((canvas)))(((bezierCurve method))) The `bezierCurve ` method draws a
326+ (((canvas)))(((bezierCurveTo method))) The `bezierCurveTo ` method draws a
327327similar kind of curve. Instead of a single ((control point)), this one
328328has two—one for each of the ((line))'s endpoints. Here is a similar sketch to
329329illustrate the behavior of such a curve:
Original file line number Diff line number Diff line change @@ -38,4 +38,10 @@ <h2>Chapter 14</h2>
3838and < a href ="14_event.html#p_fndkFYbayW "> comment</ a > for a better
3939way.</ p >
4040
41+ < h2 > Chapter 16</ h2 >
42+
43+ < p > < strong > Page 281</ strong > (Curves): The text refers to
44+ the < code > bezierCurve</ code > method. This method is actually
45+ called < code > bezierCurveTo</ code > (as in the example code).</ p >
46+
4147</ article >
You can’t perform that action at this time.
0 commit comments