From f4ce166964f3e3c04441d399b22ab0cf710bafa0 Mon Sep 17 00:00:00 2001 From: faiface Date: Sat, 15 Apr 2017 17:14:15 +0200 Subject: [PATCH] clarify xor example readme --- examples/xor/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/xor/README.md b/examples/xor/README.md index a71e139..54acd99 100644 --- a/examples/xor/README.md +++ b/examples/xor/README.md @@ -3,4 +3,6 @@ This example demonstrates an unusual Porter-Duff composition method: Xor. (And the capability of drawing circles.) +Just thought it was cool. + ![Screenshot](screenshot.png) \ No newline at end of file