Greetings,
I am working with the web rotation service and found a bug which I can't explain or even understand why this is happening.
This is the xml file which is being generated
As we can see, we have one picture and one hotspot but the resulting image is significantly different. The hotspot is multiplied across the whole picture.
This is the result-> https://ibb.co/SyhXJD6
Can you shed some light into this matter?
Looking forward for any kind of input
BM
I am working with the web rotation service and found a bug which I can't explain or even understand why this is happening.
This is the xml file which is being generated
Code:
<config>
<settings>
<userInterface viewerHint="" toolbarAlpha="1" showArrows="true" showToolTips="true" toolbarPosition="1" toolbarBackAlpha="0" toolbarAlign="center" showZoomButtons="true" toolbarAutohide="false" showHotspotsButton="true" showProgressNumbers="true" toolbarForeColor="#A7A9AE" showFullScreenButton="true" toolbarHoverColor="#808285" showTogglePlayButton="true" showFullScreenToolbar="true" fullScreenBackColor="#FFFFFF" toolbarBackColor="transparent" customCursorClass="default_cursor" />
<control zoomSteps="1" zoomSpeed="300" dragSpeed="0.13" rowSensitivity="15" dragSensitivity="10" mouseWheelDrag="true" mouseHoverDrag="false" pauseOnPreload="false" singleClickZooms="true" doubleClickZooms="false" hideHotspotsOnZoom="true" hideHotspotsOnLoad="false" inBrowserFullScreen="false" disableMouseControl="false" resumePreloadOnHover="false" doubleClickFullscreen="true" mouseWheelDragZoomOnly="false" showHighresOnFullScreen="false" />
<rotation rotate="once" firstImage="0" bounce="false" flipAxis="false" useInertia="true" bounceRows="false" rotateDirection="-1" forceDirection="false" inertiaTimeToStop="700" inertiaMaxInterval="120" flipVerticalInput="false" rowsOnSingleIndex="false" flipHorizontalInput="false" />
<preloader image="/images-360/2522_112" />
</settings>
<hotspots>
<hotspot id="213" renderMode="3" indicatorImage="assets/images/circ-cross-thin-blue.svg">
<spotinfo src="/images-360/2522_4699-detail1" imgBkColor="#C0C0C0" lbxBackCover="true" css="color:#333333;width:100%;padding:15px 15px;border:1px solid #EEEEEE;background-color:rgba(255,255,255,1);" />
</hotspot>
</hotspots>
<images rows="1">
<image src="/images-360/2522_112">
<hotspot source="213" offsetX="630" offsetY="881" />
</image>
</images>
</config>
As we can see, we have one picture and one hotspot but the resulting image is significantly different. The hotspot is multiplied across the whole picture.
This is the result-> https://ibb.co/SyhXJD6
Can you shed some light into this matter?
Looking forward for any kind of input
BM