There was an error while loading. Please reload this page.
1 parent 87fcdd1 commit a15073cCopy full SHA for a15073c
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