sp-polygon.h revision 0a7b156efd8eda8ee5e09f6fb37a83f308b9fc82
#ifndef __SP_POLYGON_H__
#define __SP_POLYGON_H__
/*
* SVG <polygon> implementation
*
* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
*
* Copyright (C) 1999-2002 Lauris Kaplinski
* Copyright (C) 2000-2001 Ximian, Inc.
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "sp-shape.h"
SPPolygon();
};
virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags);
};
// made 'public' so that SPCurve can set it as friend:
#endif