Code

implement rendering of clips/masks in outline mode; make all outline colors stored...
[inkscape.git] / src / removeoverlap / removeoverlap.h
1 /**
2  * \brief Remove overlaps function
3  *
4  * Authors:
5  *   Tim Dwyer <tgdwyer@gmail.com>
6  *
7  * Copyright (C) 2005 Authors
8  *
9  * Released under GNU LGPL.  Read the file 'COPYING' for more information.
10  */
12 #ifndef SEEN_REMOVEOVERLAP_H
13 #define SEEN_REMOVEOVERLAP_H
15 void removeoverlap(GSList const *items, double xGap, double yGap);
17 #endif // SEEN_REMOVEOVERLAP_H