fix line strokeLinecap bug #11

fix line strokeLinecap bug #11
This commit is contained in:
Horcrux
2016-04-24 00:00:58 +08:00
parent fb98db5fed
commit 1741f63b41
3 changed files with 42 additions and 6 deletions
-1
View File
@@ -37,7 +37,6 @@ function strokeFilter(props, dimensions) {
stroke = '#000';
}
// TODO: propTypes check
return {
stroke: patterns(stroke, +props.strokeOpacity, dimensions, props.svgId),