There was an error while loading. Please reload this page.
2 parents a13b3b1 + a15073c commit ddfecb4Copy full SHA for ddfecb4
lib/LayerMixin.js
@@ -53,6 +53,7 @@ var LayerMixin = {
53
layer.alpha = style.alpha;
54
layer.backgroundColor = style.backgroundColor;
55
layer.borderColor = style.borderColor;
56
+ layer.borderWidth = style.borderWidth;
57
layer.borderRadius = style.borderRadius;
58
layer.clipRect = style.clipRect;
59
layer.frame = FrameUtils.make(style.left || 0, style.top || 0, style.width || 0, style.height || 0);
0 commit comments