summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 745e9fa)
raw | patch | inline | side by side (parent: 745e9fa)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 14 Apr 2008 08:24:11 +0000 (08:24 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 14 Apr 2008 08:24:11 +0000 (08:24 +0000) |
src/live_effects/lpe-vonkoch.cpp | patch | blob | history |
index 159d11428892897f14d0ede8d0719f5cb2a34259..088d576b1aa1c43a059fa94b60fcff013e12fb1f 100644 (file)
#include "libnr/n-art-bpath-2geom.h"
#include "svg/svg.h"
#include "ui/widget/scalar.h"
+#include "nodepath.h"
#include <2geom/sbasis.h>
#include <2geom/sbasis-geometric.h>
VonKochPathParam::param_setup_nodepath(Inkscape::NodePath::Path *np)
{
PathParam::param_setup_nodepath(np);
- np->straight_path = true;
+ sp_nodepath_make_straight_path(np);
}
static const Util::EnumData<VonKochRefType> VonKochRefTypeData[VKREF_END] = {