Skip to content

Commit

Permalink
forwarding backgroundColor to fill
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh committed Jan 15, 2018
1 parent 00df8de commit 3413e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framer/SVGBaseLayer.coffee
Expand Up @@ -37,6 +37,7 @@ class exports.SVGBaseLayer extends Layer
@alias "borderColor", "stroke"
@alias "strokeColor", "stroke"
@alias "borderWidth", "strokeWidth"
@alias "backgroundColor", "fill"

# Overridden functions from Layer
_insertElement: ->
Expand Down

0 comments on commit 3413e12

Please sign in to comment.