1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-19 23:12:21 +02:00

fixed a weird React p>ol error when a <p/> preceding <ol/> has an id attribute

This commit is contained in:
Pomax
2016-01-09 23:08:53 -08:00
parent a168c4bf48
commit b3da8f4f74

View File

@@ -32,11 +32,10 @@ var BoundingBox = React.createClass({
<section>
<SectionHeader {...this.props} />
<p>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:</p>
<p id="bounds_p"><i>Computing the bounding box for a Bézier curve</i></p>
<p><i>Computing the bounding box for a Bézier curve</i>:</p>
<ol>
<li>Find all <i>t</i> value(s) for the curve derivative's x- and y-roots.</li>