Rishabh Singh

Results 8 comments of 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

![Screenshot 2022-10-30 at 12-56-14 Getting Started Exercism's Docs](https://user-images.githubusercontent.com/2098269/198867544-a00fbf4e-4d5a-4601-88b3-031ba219f1ae.png) 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