diff --git a/Example/examples/Circle.js b/Example/examples/Circle.js
index 2a18b6a8..f29951cd 100644
--- a/Example/examples/Circle.js
+++ b/Example/examples/Circle.js
@@ -37,7 +37,7 @@ class StrokeCircle extends Component{
r="45"
stroke="purple"
strokeWidth="2.5"
- fill={null}
+ fill="none"
/>
;
}
diff --git a/Example/examples/Definations.js b/Example/examples/Definations.js
index fc4640e6..b188b787 100644
--- a/Example/examples/Definations.js
+++ b/Example/examples/Definations.js
@@ -25,10 +25,10 @@ class DefsExample extends Component{
>
-
+
-
+
@@ -41,9 +41,9 @@ class DefsExample extends Component{
-
+
-
+
;
}
diff --git a/Example/examples/Path.js b/Example/examples/Path.js
index b85f79ab..7377b876 100644
--- a/Example/examples/Path.js
+++ b/Example/examples/Path.js
@@ -11,6 +11,7 @@ import Svg, {
class PathExample extends Component{
static title = 'Path';
+
render() {
return