Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove color, is defined in parent as alias already
- Loading branch information
Showing
with
0 additions
and
1 deletion.
-
+0
−1
framer/SVGGroup.coffee
|
@@ -56,7 +56,6 @@ class SVGGroup extends SVGBaseLayer |
|
|
@defineGroupProxyProp "stroke" |
|
|
@defineGroupProxyProp "strokeWidth", _.isNumber, parseInt |
|
|
@defineGroupProxyProp "strokeWidthMultiplier", _.isNumber, parseInt |
|
|
@defineGroupProxyProp "color", Color.validColorValue, Color.toColor |
|
|
# coffeelint: disable=prefer_english_operator |
|
|
@defineGroupProxyProp "ignoreEvents", _.isBoolean, (value) -> !!value |
|
|
# coffeelint: enable=prefer_english_operator |
|
|