sketch-hq/SketchAPI

mask layer export to svg

snowberry001 opened this issue · 1 comments

mask layer's background color will be lost when exported to svg formatter.png is ok
maybe it is a bug. i'm not sure.
anyone can help me?

here is my code

const options = { formats: 'svg', output: false, trimmed: false }
const buffer = sketch.export(targetLayer, options)