/*
* Copyright (C) Johan Engelen 2012 <j.b.c.engelen@alumnus.utwente.nl>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "live_effects/lpe-clone-original.h"
namespace Inkscape {
namespace LivePathEffect {
linked_path(_("Linked path:"), _("Path from which to take the original path data"), "linkedpath", &wr, this)
{
}
{
}
{
if ( linked_path.linksToPath() ) {
if ( !linked_pathv.empty() ) {
}
}
}
} // 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 :