sketch-android-assets icon indicating copy to clipboard operation
sketch-android-assets copied to clipboard

Feature Request: Export with transparent background

Open abbydeer opened this issue 8 years ago • 3 comments

Would it be possible to have an option to export without a background?

abbydeer avatar Mar 08 '16 19:03 abbydeer

it works for me, make sure you disable "Include in Export" option on your artborts

antpaw avatar Mar 17 '16 21:03 antpaw

hello, i have a bitmap as background and it shows it in the exported asset, should i hide the layer before export?

antonioreyna avatar Jun 22 '16 19:06 antonioreyna

I just have the same issue and after read : https://github.com/abynim/Sketch-Headers/blob/master/Headers/MSExportRequest.h I add the line in function

copy_layer_with_factor

before the return line: request.includeArtboardBackground = false;

hoai265 avatar Jan 08 '17 04:01 hoai265