From d62ee9eabb8f1d2ff25f3205e8bbfb8ae2d453cb Mon Sep 17 00:00:00 2001 From: Kimberly Luna Date: Tue, 19 Jun 2018 19:33:37 -0500 Subject: [PATCH] svg fill coloring --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ee69ec70..fd70ae55 100644 --- a/index.js +++ b/index.js @@ -177,7 +177,7 @@ class SvgUri extends Component{ return {childs}; case 'path': componentAtts = this.obtainComponentAtts(node, PATH_ATTS); - return {childs}; + return {childs}; case 'circle': componentAtts = this.obtainComponentAtts(node, CIRCLE_ATTS); return {childs};