Paul
Paul
Have you found a solution for this SVG problem?
I am currently transforming all my SVG files into images and them add them to the DOM and this works perfectly fine.
``` let scale = 5; let style = { transform: `scale(${scale})`, transformOrigin: 'top left', width: domNode.clientWidth + 'px', // use original width of DOM element to avoid part of the...
2022 here and CSS mask image still doesn't work. Anyone found a fix for this?
Lately I've been converting Flash based web apps to HTML5/CSS and JavaScript. I've been using html2canvas to capture the HTML elements and converting them into images. Only problem I've been...
@ysk2014 I may not have the right html2canvas version. Where can I find a compiled version with support for filters and stroke? Is there a way to download a html2canvas.js...
I managed to clone that after installing the Git Desktop app. I then opened the folder with VS Code and opened Terminal inside VS Code. Then I typed: npm start...
@ysk2014 I'm new to this. I believe I first had to install all the dependencies needed. I did npm install and got all of them. I then typed npm start...
@ysk2014 I managed to compile the file and the results seem to be the same as with the other html2canvas.js file downloaded from https://github.com/niklasvh/html2canvas/suites/1187063696/artifacts/17429870 This is how it looks inside...
@ysk2014 An example can be found here: https://istoan.com/work/html2canvas-filters-test/ And the files for that example are attached [html2canvas-filters-test.zip](https://github.com/niklasvh/html2canvas/files/5414937/html2canvas-filters-test.zip)