Skip to content

Commit

Permalink
Build with bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Sep 2, 2024
1 parent 15d95f6 commit 8debeb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/jsroot.js
Original file line number Diff line number Diff line change
Expand Up @@ -11006,7 +11006,9 @@ async function svgToImage(svg, image_format, as_buffer) {
});
svg = decodeURIComponent(svg);

const img_src = prSVG + btoa_func(svg);
const img_src = 'data:image/svg+xml;base64,' + btoa_func(svg);

console.log('image format', image_format);

if (isNodeJs()) {
return Promise.resolve().then(function () { return _rollup_plugin_ignore_empty_module_placeholder$1; }).then(async handle => {
Expand Down

0 comments on commit 8debeb3

Please sign in to comment.