lpe-slant.cpp revision 981b809bc6ed10a21e89444d9447e5475801874f
#define INKSCAPE_LPE_SLANT_CPP
/*
* 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-slant.h"
#include "sp-shape.h"
#include <libnr/n-art-bpath.h>
#include "live_effects/n-art-bpath-2geom.h"
namespace Inkscape {
namespace LivePathEffect {
center(_("Center"), _("The x-coord of this point is around which the slant will happen"), "center", &wr, this)
{
}
{
}
void
{
int i = 0;
i++;
}
}
}; //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 :