1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-20 07:21:43 +02:00

Update index.js

This commit is contained in:
Mike Kamermans
2016-02-09 09:25:37 -08:00
parent dda27c123b
commit c6ad5be9d5

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"
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
quite a few graphics packages like Illustrator and Inkscape, having even been used in font
design (such as for the Inconsolata font).</p>
quite a few graphics packages
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>
);
}