////////////////////////////////////////////////////////////////////////////// // Name: SVGFEGaussianBlurElement.cpp // Purpose: // Author: Alex Thuering // Created: 2005/05/10 // RCS-ID: $Id: SVGFEGaussianBlurElement.cpp,v 1.2 2005/06/17 13:24:50 ntalex Exp $ // Copyright: (c) 2005 Alex Thuering // Licence: wxWindows licence ////////////////////////////////////////////////////////////////////////////// #include "SVGFEGaussianBlurElement.h" void wxSVGFEGaussianBlurElement::SetStdDeviation(double stdDeviationX, double stdDeviationY) { SetStdDeviationX(stdDeviationX); SetStdDeviationY(stdDeviationY); }