Hi dears! I am looking the way to print the big genesis graph on big wall banner - unfortunalely any attempt to make screenshot of export result to png of tiff - faces size limitations - could anyone please help me - how to make it?
Save the copied markup to a new text file and give it an .svg extension. Afterwards youāll likely need to edit the viewBox attribute until all of the graph is within the visible bounds.
Whatever service you use for printing may be able to handle SVGs directly, but just to be safe youāll likely want to convert it to a PDF.
You will likely have to inline all the images. One thing you can do is to run the following snippet in the developer console to turn all image URLs into data URLs:
Unfortunately youāll end up with a 50+ MB document. Since most of these images are placeholders it would probably be wise to extend the script above to declare these as <defs> and then replace the actual images with <use> references.