From 6a03fbdf7932c87be9d6f92d2c9d50fb5913f4f7 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 20 Aug 2017 00:29:34 +0200 Subject: [PATCH] Do not use component transfer and instead increase blur stdDeviation. --- src/ProgressCircle.jsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/ProgressCircle.jsx b/src/ProgressCircle.jsx index 319c928..80c3f29 100644 --- a/src/ProgressCircle.jsx +++ b/src/ProgressCircle.jsx @@ -62,13 +62,10 @@ const ProgressCircle = ({ height={height + extraHeight} width={width + extraWidth} > - {/* stdDeviation is how much to blur */} + {/* stdDeviation is how much to blur */} {/* how much to offset */} - - - - {/* this contains the offset blurred image */} + {/* this contains the element that the filter is applied to */}