1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 03:30:34 +02:00

Fixed typo "easthetically" -> "aesthetically"

This commit is contained in:
Koushik Roy
2016-10-24 20:16:16 -07:00
committed by GitHub
parent 0dfe585e6b
commit 9e0c9186bc

View File

@@ -94,7 +94,7 @@ var Explanation = React.createClass({
of Bézier curves, where rather than fixing the interval, and giving you free coordinates, they fix
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
known as Euler's Spiral</a>. It's a very aesthetically pleasing curve and you'll find it in
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>