summaryrefslogtreecommitdiffstats
path: root/src/2geom/elliptical-arc.cpp
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-09-06 17:35:51 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-09-06 17:35:51 +0000
commit7a951d2db3f5694d3a836f90c9465ebe83aa523e (patch)
treeba78ddf2db392295a9a69d2a62c566b2c9a0fa16 /src/2geom/elliptical-arc.cpp
parentAdd listeners for when shapes used by text are changed. (diff)
downloadinkscape-7a951d2db3f5694d3a836f90c9465ebe83aa523e.tar.gz
inkscape-7a951d2db3f5694d3a836f90c9465ebe83aa523e.zip
Update 2geom
Now at https://gitlab.com/inkscape/lib2geom/commit/5eb3544738724087f3b53e047df5a8ead3549e8b Fixes https://bugs.launchpad.net/inkscape/+bug/1525498 and possibly https://gitlab.com/inkscape/inkscape/issues/194
Diffstat (limited to 'src/2geom/elliptical-arc.cpp')
-rw-r--r--src/2geom/elliptical-arc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/elliptical-arc.cpp b/src/2geom/elliptical-arc.cpp
index b7d60fd17..f0a29b565 100644
--- a/src/2geom/elliptical-arc.cpp
+++ b/src/2geom/elliptical-arc.cpp
@@ -722,7 +722,7 @@ D2<SBasis> EllipticalArc::toSBasis() const
return arc;
}
-// All operations that do not contain skew can be evaulated
+// All operations that do not contain skew can be evaluated
// without passing through the implicit form of the ellipse,
// which preserves precision.