Hi Pavlo
I would like to know the same, but here is a hack until a better solution.
Change the width and the height in the SVG file, it is after all just xml.
Near the top , in the <svg tag there are width and height attribute that determine how
big the svg is drawn, but have in mind, that you MUST keep the aspect ratio, if not the
position might not be right.
You can use a browser for testing
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="600.18507px"
height="900.00097px"
Best regards
Asger