From: buliabyak Date: Wed, 4 Oct 2006 21:34:58 +0000 (+0000) Subject: add a member for gaussian blur deviation (perhaps will need to duplicate other filter... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e4abdf55e3ffa97491c4b3e8fe193fad019476ae;p=inkscape.git 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 --- 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;