From 8a353a134e3584d9b9880abc6eb2e36e96240c17 Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Fri, 9 Apr 2021 23:19:08 +0800 Subject: [PATCH] blend: replace website with archive Fixes #258. Don't you just love it when these sort of stuff happen? --- src/generator/blend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generator/blend.js b/src/generator/blend.js index bfd5646a..9415e982 100644 --- a/src/generator/blend.js +++ b/src/generator/blend.js @@ -1,6 +1,6 @@ /* * interpolates between a set of colors uzing a bezier spline - * blend mode formulas taken from http://www.venture-ware.com/kevin/coding/lets-learn-math-photoshop-blend-modes/ + * blend mode formulas taken from https://web.archive.org/web/20180110014946/http://www.venture-ware.com/kevin/coding/lets-learn-math-photoshop-blend-modes/ */ require('../io/rgb');