diff --git a/components/sections/boundingbox/index.js b/components/sections/boundingbox/index.js index 9bceaeca..3156ac53 100644 --- a/components/sections/boundingbox/index.js +++ b/components/sections/boundingbox/index.js @@ -32,11 +32,10 @@ var BoundingBox = React.createClass({
-

If we have the extremities, and the start/end points, a simple for loop that tests for min/max values for x and y means we have the four values we need to box in our curve:

-

Computing the bounding box for a Bézier curve

+

Computing the bounding box for a Bézier curve:

  1. Find all t value(s) for the curve derivative's x- and y-roots.