From e4abdf55e3ffa97491c4b3e8fe193fad019476ae Mon Sep 17 00:00:00 2001 From: buliabyak Date: Wed, 4 Oct 2006 21:34:58 +0000 Subject: [PATCH] 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 --- src/style.h | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.30.2