summaryrefslogtreecommitdiffstats
path: root/src/object/sp-gradient-units.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-gradient-units.h')
-rw-r--r--src/object/sp-gradient-units.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/object/sp-gradient-units.h b/src/object/sp-gradient-units.h
new file mode 100644
index 0000000..1a4335d
--- /dev/null
+++ b/src/object/sp-gradient-units.h
@@ -0,0 +1,30 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+/** @file
+ * TODO: insert short description here
+ *//*
+ * Authors: see git history
+ *
+ * Copyright (C) 2018 Authors
+ * Released under GNU GPL v2+, read the file 'COPYING' for more information.
+ */
+#ifndef SEEN_SP_GRADIENT_UNITS_H
+#define SEEN_SP_GRADIENT_UNITS_H
+
+enum SPGradientUnits {
+ SP_GRADIENT_UNITS_OBJECTBOUNDINGBOX,
+ SP_GRADIENT_UNITS_USERSPACEONUSE
+};
+
+
+#endif /* !SEEN_SP_GRADIENT_UNITS_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 :