nr-filter-image.h revision d2e42b9425ccd4c2d4c20c2217455da177035e48
#ifndef SEEN_NR_FILTER_IMAGE_H
#define SEEN_NR_FILTER_IMAGE_H
/*
* feImage filter primitive renderer
*
* Authors:
* Niko Kiirala <niko@kiirala.com>
*
* Copyright (C) 2007 authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "display/nr-filter-primitive.h"
FilterImage();
static FilterPrimitive *create();
virtual ~FilterImage();
bool from_element;
char *feImageHref;
unsigned int aspect_align, aspect_clip;
bool broken_ref;
};
} /* namespace Filters */
} /* namespace Inkscape */
#endif /* __NR_FILTER_IMAGE_H__ */
/*
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:fileencoding=utf-8:textwidth=99 :