We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28949f commit 1cc7ae0Copy full SHA for 1cc7ae0
PDF Export.sketchplugin/Contents/Sketch/main.js
@@ -192,7 +192,7 @@ function exportArtboards(artboards, outputName) {
192
newExportFormat.name = ''
193
newExportFormat.format = 'png'
194
195
- var rect = artboard.absoluteRect().rect()
+ var rect = artboard.frame().rect()
196
197
198
if (sketchVersionNumber() < 790) {
0 commit comments