Google Maps export to PNG

Method webix.toPNG() can’t export Google Map to PNG correctly. On the resulting image there is white areas on the right and down sides. How to fix it?

При экспорте google карты методом webix.toPNG() на результирующей картинке присутствуют белые области справа и в нижней части. Как это исправить?

Hello @evgeny2k,
I can confirm the issue. Thank you for reporting.
The problem is in html2canvas, that is used during export to png. We will update it.
As a workaround:
Grab files from github and store them locally

Please check the related documentation chapter.
Replace file html2canvas-1.0.min.js to html2canvas.min.js.
Set path in js code as:

webix.cdn = "/some/foder/";

Ok, thank you. Today I will try this solution.

I confirm that this solution is work.