Large SVG not rendered when zooming out

Hello!

I have a really large SVG rendered using the go.Picture object. In order to achieve the desired scaling, I set the scale property to 0.1, but by doing that whenever zooming out the diagram, the SVG disappears.

Is there anything that I can do about this ? is this a performance optimization behavior ?

Thanks!

I just tried it, and it worked fine, but maybe my SVG rendering isn’t big enough. The one I tried was 14702 x 14702 px.

How big is your SVG? (Not the size of the file. Look at the attributes of the root <svg> element.)

EDIT: I tried a really tall SVG rendering: 1974598px and encountered an exception. We’ll investigate.

Yes, it’s a really big svg.
These are the dimensions:
width=“315800” height=“150800”

thanks for helping!

It was caused by different browsers having different limits.

OK, I believe this will be fixed in 3.0.20, which should be released soon.