apply common stroke processor to elements

apply common stroke processor to elements
This commit is contained in:
Horcrux
2016-01-23 16:50:11 +08:00
parent 1fecd0a015
commit af0995022d
14 changed files with 108 additions and 56 deletions

View File

@@ -91,6 +91,8 @@ class Rect extends Component{
ry={null}
width={null}
height={null}
{...strokeFilter(props)}
fill={fillFilter(props)}
d={d}
/>;
}