summaryrefslogtreecommitdiffstats
path: root/src/pencil-context.cpp
diff options
context:
space:
mode:
authorroot <root@jtx.marker.es>2013-01-07 01:10:39 +0000
committerroot <root@jtx.marker.es>2013-01-07 01:10:39 +0000
commit209a1bb14d539824b0c45f5354b471e5596fcf70 (patch)
tree0ef045c0b6122004e60a9ffa619089e14d0da70f /src/pencil-context.cpp
parentUpdate to trunk (diff)
downloadinkscape-209a1bb14d539824b0c45f5354b471e5596fcf70.tar.gz
inkscape-209a1bb14d539824b0c45f5354b471e5596fcf70.zip
Update name
(bzr r11950.1.15)
Diffstat (limited to 'src/pencil-context.cpp')
-rw-r--r--src/pencil-context.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pencil-context.cpp b/src/pencil-context.cpp
index 32248d9b6..4ddeb6a4f 100644
--- a/src/pencil-context.cpp
+++ b/src/pencil-context.cpp
@@ -788,6 +788,7 @@ interpolate(SPPencilContext *pc)
}else{
pc->green_curve->curveto(b[4*c+1], b[4*c+2], b[4*c+3]);
}
+ //BSpline
}
sp_canvas_bpath_set_bpath(SP_CANVAS_BPATH(pc->red_bpath), pc->green_curve);