1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-22 16:23:12 +02:00
This commit is contained in:
Pomax
2016-02-20 17:50:41 -08:00

View File

@@ -95,8 +95,9 @@ var Explanation = React.createClass({
the coordinates, but give you freedom over the interval. A great example of this is the <a href="http://levien.com/phd/phd.html">"Spiro" the coordinates, but give you freedom over the interval. A great example of this is the <a href="http://levien.com/phd/phd.html">"Spiro"
curve</a>, which is a curve based on part of a <a href="https://en.wikipedia.org/wiki/Euler_spiral">Cornu Spiral, also curve</a>, which is a curve based on part of a <a href="https://en.wikipedia.org/wiki/Euler_spiral">Cornu Spiral, also
known as Euler's Spiral</a>. It's a very easthetically pleasing curve and you'll find it in known as Euler's Spiral</a>. It's a very easthetically pleasing curve and you'll find it in
quite a few graphics packages like Illustrator and Inkscape, having even been used in font quite a few graphics packages
design (such as for the Inconsolata font).</p> like <a href="https://fontforge.github.io">FontForge</a> and <a href="https://inkscape.org">Inkscape</a>, having
even been used in font design (such as for the Inconsolata font).</p>
</section> </section>
); );
} }