Code

Refactoring SPColor to C++ and removing legacy CMYK implementation
[inkscape.git] / src / sp-feimage.h
index 819eac20e5c9b3b99caf09a516a9fc86f2f4145f..6786471ad14fa19e14acfb6c7c1418a28459c9e4 100644 (file)
@@ -16,6 +16,7 @@
 
 #include "sp-filter.h"
 #include "sp-feimage-fns.h"
+#include "svg/svg-length.h"
 
 /* FeImage base class */
 class SPFeImageClass;
@@ -27,6 +28,7 @@ struct SPFeImage : public SPFilterPrimitive {
         since 'in' and 'xlink:href' are common filter attributes.
         --Juca
     */
+    SVGLength x, y, height, width;
 };
 
 struct SPFeImageClass {