X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2Fcircle.cpp;h=db2983d5e01c7091a559b5cd78e0c4c38cd5858e;hb=fcb0bf8283d86e4103811ff43a2cf9f31b5de1a8;hp=4c38f4514fcbfd394d69bca494b2d166a204e42b;hpb=756c0d29ac1742f231e6615f9a577e574e35a4af;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_geometry/circle.cpp b/synfig-core/trunk/src/modules/mod_geometry/circle.cpp index 4c38f45..db2983d 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/circle.cpp +++ b/synfig-core/trunk/src/modules/mod_geometry/circle.cpp @@ -78,7 +78,7 @@ Circle::ImportParameters(const String ¶m, const ValueBase &value) set_blend_method(Color::BLEND_ALPHA_OVER); color.set_a(1); } else transparent_color_ = true; } }); IMPORT(radius); - IMPORT(feather); + IMPORT_PLUS(feather, if(feather<0)feather=0;); IMPORT(invert); IMPORT(pos); IMPORT(falloff);