sp-fecomposite.h revision 7ace9792963d30c410ca3e339b9b795c318f3b4c
#ifndef SP_FECOMPOSITE_H_SEEN
#define SP_FECOMPOSITE_H_SEEN
/** \file
* SVG <feComposite> implementation, see sp-feComposite.cpp.
*/
/*
* Authors:
* Hugo Rodrigues <haa.rodrigues@gmail.com>
*
* Copyright (C) 2006 Hugo Rodrigues
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "sp-filter.h"
#include "sp-fecomposite-fns.h"
enum FeCompositeOperator {
// Default value is 'over', but let's distinquish specifying the
// default and implicitely using the default
};
/* FeComposite base class */
int in2;
};
struct SPFeCompositeClass {
};
#endif /* !SP_FECOMPOSITE_H_SEEN */
/*
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 :