Hi All,
Trying to create a drop shadow that has a fill AND a stroke.
Drop shadow doesn’t support this as far as I can see, so was thinking about a background layer. BUT… It would need to resize when the top layer resizes (top layer uses auto-layout).
Prefer a native way to do this, but fine to use plugin if needed.
Top image below is default, and the bottom image shows what I don’t want happening when the content changes.
Wrap two Auto Layout frames inside an Auto Layout Component. The background layer uses absolute position. Most important part is to link the text layers with the Text property so the change has an effect on the background layer.
Feel free to duplicate this file to your draft to take a closer look:
Auto Layout Frame
Auto Layout Frame (with fill and stroke)
Text
Rectangle (with fill and stroke, in absolute position, with top and bottom and left and right constraints)