My canvas is taking the whole screen, actually. But the vector original size is quite smaller so the path renders as the original size on the top left corner. What I'd want to aim for is to make the path adapt to the canvas size, so it takes as much space as possible within the canvas. If I scaled the canvas to be bigger that might scale up the vector, but would break the screen layout composition.