Currently, I am facing a challenge with a large map image (3000x8000px) in .png format that I have converted to .svg for data visualization purposes. I am struggling to find a way to display a specific small section of this map.svg file on an HTML page using CSS or JavaScript. For example, I would like to load the bottom right portion of the .svg image upon page load. Any insights or suggestions would be greatly appreciated. Thank you.