We are creating a series of template views in Perspective (Ignition 8.1.43) and have been working with SVG files for all the graphical elements.
We are using images within Coordinate containers with no issues everywhere else in the project.
However, there is one SVG which should be positioned at 0,0 within the image but for some unknown reason has a 5/6px Y offset when added to the runtime.
We have attempted recreating the file multiple times, including from other source files which don't have the offset when used.
Our current observation and theory is that there is some sort of bug when working with small SVG files (this SVG is 21px X 10px), as every other SVG has been fine, and they are bigger in size (20px+ X 20px+).
I have included a screenshot of the issue, and attached the SVG we are using.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="21"
height="10"
viewBox="0 0 5.5562499 2.6458333"
version="1.1"
id="svg1"
sodipodi:docname="blower_head.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#505050"
inkscape:document-units="px"
inkscape:zoom="33.098946"
inkscape:cx="12.115189"
inkscape:cy="4.2750606"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="1912"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#aaaaaa;fill-opacity:1;stroke:#000000;stroke-width:0.158741;stroke-dasharray:none"
id="rect1"
width="5.3975081"
height="2.4870923"
x="0.079274215"
y="0.079274215" />
</g>
</svg>