nr-filter-primitive.cpp revision 723b4d8bde8ce8503d1d01ee0f2e3548ec0dc88c
#define __NR_FILTER_PRIMITIVE_CPP__
/*
* SVG filters rendering
*
* Author:
* Niko Kiirala <niko@kiirala.com>
*
* Copyright (C) 2006 Niko Kiirala
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "display/nr-filter-primitive.h"
#include "display/nr-filter-types.h"
#include "libnr/nr-pixblock.h"
#include "svg/svg-length.h"
namespace NR {
{
// These defaults are according to SVG standard.
// NB: SVGLength.set takes prescaled percent values: 1 means 100%
}
{
// Nothing to do here
}
{
// This doesn't need to do anything by default
}
}
}
}
return TRAIT_ANYTHING;
}
} /* namespace NR */
/*
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:encoding=utf-8:textwidth=99 :