From: dooglus Date: Sun, 7 Oct 2007 22:45:51 +0000 (+0000) Subject: Use 'Fast Gaussian' instead of 'Gaussian' for blur type, because 'Gaussian' has O... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=fe1bb964bc2747ec1a00f34c18ffab2b20555986;p=synfig.git Use 'Fast Gaussian' instead of 'Gaussian' for blur type, because 'Gaussian' has O(n^6) complexity. ie. it's v. slow when zooming in on the dead heads. git-svn-id: http://svn.voria.com/code@860 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/examples/pirates.sifz b/synfig-core/trunk/examples/pirates.sifz index 9d050a0..5e0f409 100644 Binary files a/synfig-core/trunk/examples/pirates.sifz and b/synfig-core/trunk/examples/pirates.sifz differ