From: Steinar H. Gunderson Date: Sun, 13 Jan 2013 19:39:26 +0000 (+0100) Subject: Fix an error in a comment; we are implementing over, not atop. X-Git-Tag: 1.0~185 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=105717071781cb6ce338760937e43af29dcb228a Fix an error in a comment; we are implementing over, not atop. --- diff --git a/overlay_effect.h b/overlay_effect.h index 06ff793..121027a 100644 --- a/overlay_effect.h +++ b/overlay_effect.h @@ -5,7 +5,7 @@ // (If both images are the same aspect and the top image has alpha=1.0 // for all pixels, you will not see anything of the one on the bottom.) // -// This is the “atop” operation from Porter-Duff blending, also used +// This is the “over” operation from Porter-Duff blending, also used // when merging layers in e.g. GIMP or Photoshop. // // The first input is the bottom, and the second is the top.