diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-10-04 21:34:58 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-10-04 21:34:58 +0000 |
| commit | b86e852feaa35aa6a7281aab289cacd2135f99ec (patch) | |
| tree | 04cbae7d1b04bd8955440b296171ca2ab58d88db /src | |
| parent | Ensure that rubberbanding has been initialized before manipulating rubberband (diff) | |
| download | inkscape-b86e852feaa35aa6a7281aab289cacd2135f99ec.tar.gz inkscape-b86e852feaa35aa6a7281aab289cacd2135f99ec.zip | |
add a member for gaussian blur deviation (perhaps will need to duplicate other filter params into SPStyle as well) so that style querying for blur radius can be done without creating a dummy filter object
(bzr r1765)
Diffstat (limited to 'src')
| -rw-r--r-- | src/style.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/style.h b/src/style.h index a200a970f..a7572317e 100644 --- a/src/style.h +++ b/src/style.h @@ -336,6 +336,10 @@ struct SPStyle { /** Filter effect */ SPIFilter filter; + /** normally not used, but duplicates the Gaussian blur deviation (if any) from the attached + filter when the style is used for querying */ + SPILength filter_gaussianBlur_deviation; + /** enable-background, used for defining where filter effects get * their background image */ SPIEnum enable_background; |
