Artifact a0d5e48cac73c2520b3bce995e87544ec50888b3:
- File effects/motion-blur.triggers — part of check-in [84134f51d0] at 2012-03-19 20:47:40 on branch trunk — Modified Motion Blur triggers to use maximum of $width and $height. (user: saul size: 133)
$p3_max = $width >= $height ? $width : $height; $p5 = int($width / 2); $p5_max = $width; $p6 = int ($height / 2); $p6_max = $height;