From 105717071781cb6ce338760937e43af29dcb228a Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 13 Jan 2013 20:39:26 +0100 Subject: [PATCH] Fix an error in a comment; we are implementing over, not atop. --- overlay_effect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2