Skip to content

Commit 7c26cd1

Browse files
committed
corce fillrule for all shape types
- so that the template test simply passes as before
1 parent b90d179 commit 7c26cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shapes/defaults.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function handleShapeDefaults(shapeIn, shapeOut, fullLayout) {
4141
coerce('layer');
4242
coerce('opacity');
4343
coerce('fillcolor');
44-
if(shapeType === 'path') coerce('fillrule');
44+
coerce('fillrule');
4545
var lineWidth = coerce('line.width');
4646
if(lineWidth) {
4747
coerce('line.color');

0 commit comments

Comments
 (0)