Rishabh Singh
Rishabh Singh
Using `"@shoutem/ui": "^4.4.8",` and getting same issue with sidebar icon. Wanted to try out this library and got stuck in the first component itself
 Just compare `actual` and `expected` in the screenshot
Error confirmed, using the latest version of library and browser!
Just add `crossorigin="anonymous"` to all your link files to fix this. Had the same error, fixed!
using this code ``` domtoimage .toPng(node, { quality: 1.0, }) .then(function (dataUrl) { var img = new window.Image(); img.src = dataUrl; document.getElementsByClassName('wrapper').appendChild(img); }) .catch(function (error) { console.error('oops, something went wrong!',...
Well, i am moving forward with foreignobjectrendering set to false, and i am trying to fix the problem of rendering svg in html2canvas. Right now have a little success but...
Well both are included as outside libraries, though different one, left is of react-apex-charts and right one is react-circular-progressbar. Though yesterday i found why the right one is not rendering,...
Setting foreignobjectrendering to true and setting width n height on svg will render it