The preview panel is a web browser, webkit to be precise. Use the inspect element tool (right click on the image) then look under the metrics tab, you will likely find the containing element of the SVG image is ~5 pixels larger than the SVG element itself. I have no idea why that is, you'd have to ask the WebKit developers. Probably some hidden start/end padding for the body or html elements.
|