/*
* Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "live_effects/lpe-test-doEffect-stack.h"
#include <vector>
#include <cstring>
namespace Inkscape {
namespace LivePathEffect {
{
}
{
}
void
{
if (step >= 1) {
} else {
// return here
return;
}
}
{
if (step >= 2) {
} else {
// return here
return path_out;
}
}
{
return output;
}
} // namespace LivePathEffect
} /* namespace Inkscape */
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :