~centralelyon2010/inkscape/imagelinks2

1 by mental
moving trunk for module inkscape
1
#ifndef SEEN_SP_GRADIENT_UNITS_H
2
#define SEEN_SP_GRADIENT_UNITS_H
3
4
enum SPGradientUnits {
5
    SP_GRADIENT_UNITS_OBJECTBOUNDINGBOX,
6
    SP_GRADIENT_UNITS_USERSPACEONUSE
7
};
8
9
10
#endif /* !SEEN_SP_GRADIENT_UNITS_H */
11
12
/*
13
  Local Variables:
14
  mode:c++
15
  c-file-style:"stroustrup"
16
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
17
  indent-tabs-mode:nil
18
  fill-column:99
19
  End:
20
*/
9020 by JazzyNico
Code refactoring and merging with trunk (revision 10599).
21
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :