Printing SVG from browser (IE and FF)

I have a project that generated an svg representation of a tree and saves it as svg.

I tried to print the resulting SVG file from a browser (any browser), but it only prints the upper left corner that matches the screen. The rest is cropped.

I tried to embed it in html, I tried to set fixed sizes in the svg file, but the problem persists.

I searched this topic intensively, but no one seems to have encountered this problem.

thank

+3
source share

All Articles