summaryrefslogtreecommitdiffstats
path: root/src/sp-feoffset.h
diff options
context:
space:
mode:
authorNiko Kiirala <niko@kiirala.com>2007-06-07 15:26:34 +0000
committerkiirala <kiirala@users.sourceforge.net>2007-06-07 15:26:34 +0000
commit1d91f38fa7085abef79fc3e59ba7a34e1a7bf675 (patch)
tree91bf1b1e1e778bbbc18bbe3c12696919901d9164 /src/sp-feoffset.h
parentfixed string parameter to work with latex extension. will need further resear... (diff)
downloadinkscape-1d91f38fa7085abef79fc3e59ba7a34e1a7bf675.tar.gz
inkscape-1d91f38fa7085abef79fc3e59ba7a34e1a7bf675.zip
First version of feOffset support. Contains some rendering glitches.
(bzr r3055)
Diffstat (limited to 'src/sp-feoffset.h')
-rw-r--r--src/sp-feoffset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-feoffset.h b/src/sp-feoffset.h
index 2eda946c2..042711495 100644
--- a/src/sp-feoffset.h
+++ b/src/sp-feoffset.h
@@ -21,7 +21,7 @@ class SPFeOffsetClass;
struct SPFeOffset : public SPFilterPrimitive {
/** OFFSET ATTRIBUTES HERE */
-
+ double dx, dy;
};
struct SPFeOffsetClass {