Arima
Noted. It will require some revamping of the plugin to make it match what c2 rendering does. Currently I'm pushing that task to a later date.
shinkan
Here is a solution for that.
->System: Start of layout:
NodeWebkit: show save dialog (accept ".png")
->NodeWebkit: On save dialog OK
Browser: Execute javascript "var fs = require('fs');fs['writeFileSync']('" &replace(NodeWebkit.ChosenPath,"\","\\")& "','" &Canvas.imageUrl& "'.split(',')[1], {'encoding': 'base64'});"