We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90d179 commit 7c26cd1Copy full SHA for 7c26cd1
src/components/shapes/defaults.js
@@ -41,7 +41,7 @@ function handleShapeDefaults(shapeIn, shapeOut, fullLayout) {
41
coerce('layer');
42
coerce('opacity');
43
coerce('fillcolor');
44
- if(shapeType === 'path') coerce('fillrule');
+ coerce('fillrule');
45
var lineWidth = coerce('line.width');
46
if(lineWidth) {
47
coerce('line.color');
0 commit comments