From 5649fd8ab9e14b5afac631e225fccdd6ee5290dc Mon Sep 17 00:00:00 2001 From: notsolucky <013715@gmail.com> Date: Mon, 22 Dec 2014 20:23:23 +0100 Subject: [PATCH] Fixed for Firefox 34 and earlier I edited the Honeycomb and Wave patterns so that they render with less transparency artifacts in Firefox 34 and earlier. The hack consists of replacing all "transparent" color with an rgba color similar to the background with 0 opacity. For the honeycomb pattern this adds +- 50 characters/bytes to the total size. The original still is the more elegant solution IMO. --- index.html | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index edf5b67..2af4b40 100755 --- a/index.html +++ b/index.html @@ -339,14 +339,15 @@