Hi
I’m trying to place a weather icon on the floorplan, but it’s somehow always outside of the rect I have placed for it.
I have turned of pan and zoom, because with pan and zoom it was only floating on top of the floorplan.
As you can see, the info box shows up when I have my mouse over where the rect item is.
Heres the code for the floorplan svg
<rect
style="fill:#ffffff;fill-opacity:1;stroke:#b9b9b9;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="sensor.dark_sky_icon"
width="104.59999"
height="104.59999"
x="338.63718"
y="74.96241"
inkscape:label="#rect201" />
Heres the code for the weather icon svg
<svg
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="64"
height="64"
viewBox="0 0 64 64">
.