sp-pattern.h revision 42bf51258f01d33f730d1926e4fd050bbe5d6df2
1333N/A#ifndef SEEN_SP_PATTERN_H
1333N/A#define SEEN_SP_PATTERN_H
1333N/A#include "svg/svg-length.h"
1333N/A#include "sp-paint-server.h"
1333N/A#include "uri-references.h"
1333N/A enum PatternUnits {
1333N/A virtual cairo_pattern_t* pattern_new(cairo_t *ct, Geom::OptRect const &bbox, double opacity);
1333N/A bool _has_item_children() const;
1333N/Aconst gchar *pattern_tile (const std::list<Inkscape::XML::Node*> &reprs, Geom::Rect bounds, SPDocument *document, Geom::Affine transform, Geom::Affine move);