From 779bf81f199ed9ea9844e807051936452733dd8c Mon Sep 17 00:00:00 2001 From: Karl Daniel Date: Fri, 8 Sep 2017 15:50:57 +0100 Subject: [PATCH] Added documentation for fillRule property --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c4eb537..16f70f74 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ Name | Default | Description ----------------|------------|-------------- fill | '#000' | The fill prop refers to the color inside the shape. fillOpacity | 1 | This prop specifies the opacity of the color or the content the current object is filled with. +fillRule | nonzero | The fillRule prop determines what side of a path is inside a shape, which determines how fill will paint the shape, can be `nonzero` or `evenodd` stroke | 'none' | The stroke prop controls how the outline of a shape appears. strokeWidth | 1 | The strokeWidth prop specifies the width of the outline on the current object. strokeOpacity | 1 | The strokeOpacity prop specifies the opacity of the outline on the current object.