Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Set artboard background color
- Loading branch information
Showing
with
2 additions
and
3 deletions.
-
+2
−3
framer/Importer.coffee
|
@@ -125,9 +125,8 @@ class exports.Importer |
|
|
if info.maskFrame |
|
|
layerInfo.clip = true |
|
|
|
|
|
if layerInfo.kind is "artboard" |
|
|
layerInfo.frame.x = 0 |
|
|
layerInfo.frame.y = 0 |
|
|
if info.kind is "artboard" |
|
|
layerInfo.backgroundColor = info.backgroundColor |
|
|
|
|
|
# Figure out what the super layer should be. If this layer has a contentLayer |
|
|
# (like a scroll view) we attach it to that instead. |
|
|