diff options
| author | Niko Kiirala <niko@kiirala.com> | 2007-06-07 15:26:34 +0000 |
|---|---|---|
| committer | kiirala <kiirala@users.sourceforge.net> | 2007-06-07 15:26:34 +0000 |
| commit | 1d91f38fa7085abef79fc3e59ba7a34e1a7bf675 (patch) | |
| tree | 91bf1b1e1e778bbbc18bbe3c12696919901d9164 /src/sp-feoffset.h | |
| parent | fixed string parameter to work with latex extension. will need further resear... (diff) | |
| download | inkscape-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.h | 2 |
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 { |
