summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-angle_bisector.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-08-02 11:29:25 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-08-02 11:29:25 +0000
commitd141eb2df3805c3049b863c1bf8429bed9d0763d (patch)
treea757cf20a6015e721f59c238a7095e6c4e06baa0 /src/live_effects/lpe-angle_bisector.cpp
parentUpdate simplify interactive to handle trinagle out powerstrokes, also fix it ... (diff)
downloadinkscape-d141eb2df3805c3049b863c1bf8429bed9d0763d.tar.gz
inkscape-d141eb2df3805c3049b863c1bf8429bed9d0763d.zip
Fixed some typos in bsector and bspline
In freehand base fix a crash un bend path if no clipboard. Also rewrite retrive clipboard to get it at correct document size (bzr r14272)
Diffstat (limited to 'src/live_effects/lpe-angle_bisector.cpp')
-rw-r--r--src/live_effects/lpe-angle_bisector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-angle_bisector.cpp b/src/live_effects/lpe-angle_bisector.cpp
index 95a81c763..900d29e3a 100644
--- a/src/live_effects/lpe-angle_bisector.cpp
+++ b/src/live_effects/lpe-angle_bisector.cpp
@@ -38,7 +38,7 @@ public:
virtual Geom::Point knot_get() const;
};
-} // namespace TtC
+} // namespace AB
LPEAngleBisector::LPEAngleBisector(LivePathEffectObject *lpeobject) :
Effect(lpeobject),