From b3da8f4f74d0229ae6dcd735506d82a32063ff84 Mon Sep 17 00:00:00 2001 From: Pomax Date: Sat, 9 Jan 2016 23:08:53 -0800 Subject: [PATCH] fixed a weird React p>ol error when a

preceding

    has an id attribute --- components/sections/boundingbox/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.