如何使用JavaScript svg后面保持点击访问和鼠标移动?

我有一个SVG,它将位于div的顶部,该div通过监听x轴上相对于图像的鼠标移动来循环浏览图像。SVG按原样挂在屏幕顶部(使用top:),这也覆盖了导航栏。

/*?----------LANDING----------*/
.landing {
  position: relative;
  padding: none;
  margin: none;
  min-height: 80%;
  max-height: 80%;
}
#sign {
  position: relative;
  display: block;
  margin: 0 auto;
  top: -15vh;
  width: 50%;
  animation: swing 3.6s infinite;
  animation-timing-function: ease-in-out;
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
}
#image-container {
  width: 100%;
  min-height: 80vh;
  background-color: #eee;
  position: absolute;
  overflow: hidden;
  justify-content: bottom;
}

#image-container img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#image-container img.active {
  opacity: 1;
}
  <section id="landing">
      <div id="image-container"></div>
      <svg id="sign" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 312.42 289.24"><defs><style>.cls-1 {fill: none;stroke: #231f20;stroke-miterlimit: 10;stroke-width: 2px;}.cls-2 {font-size: 21px;}.cls-3 {fill: #231f20;font-family: GothamBlack, 'Gotham Black';}.cls-4 {font-size: 28px;}</style></defs><g id="Rope_and_Biner" data-name="Rope and Biner"><g><path d="m168.83,165.72c-.04-.31-.25-.61-.25-.92,0-.64-.27-1.21-.4-1.81-.22-1.1-.51-2.18-.77-3.27-.05-.19-.1-.38-.15-.57-.35-1.3-.73-2.6-1.06-3.91-.27-1.07-.15-2.19-.49-3.25-.04-.13-.01-.28-.03-.43-.06-.62-.09-1.24-.33-1.83-.1-.24-.1-.52-.12-.78-.07-.8-.05-1.61-.23-2.38-.19-.8-.25-1.61-.36-2.42-.11-.85-.22-1.69-.36-2.53-.05-.31-.02-.58.18-.8.33-.38.42-.84.39-1.3-.06-1.04.2-2.01.48-2.99.04-.13.09-.29.06-.41-.2-.88.06-1.77-.04-2.65-.03-.23-.04-.46-.12-.67-.25-.68-.53-1.36-.79-2.04-.05-.14-.11-.35-.05-.46.22-.38.13-.8.19-1.2.09-.57.01-1.13-.17-1.68-.13-.39-.22-.79-.29-1.19-.03-.18.04-.39.11-.56.29-.69.61-1.36.91-2.05.08-.18.12-.37.16-.56.15-.75-.02-1.49-.08-2.22-.06-.62-.5-1.1-1.07-1.29-.8-.27-1.64-.27-2.45.08-.84.37-1.7.72-2.54,1.12-.5.23-.96.54-1.44.8-.2.11-.4.21-.65.34-.21-.53-.17-.96-.05-1.4.05-.19.13-.38.13-.57-.02-1.14.08-2.26.18-3.39.05-.51.06-1.03.14-1.54.09-.55.14-1.09.05-1.64-.05-.28-.08-.58-.02-.85.11-.56-.02-1.09-.06-1.64-.07-.81-.2-1.63.13-2.42.05-.11.05-.25.02-.37-.21-.75-.12-1.52-.11-2.28,0-.32-.01-.64.18-.93.06-.09.06-.24.04-.36-.1-.51-.15-1.03-.33-1.51-.29-.78-.11-1.55-.01-2.32.01-.1.08-.2.14-.28.25-.35.25-.72.1-1.11-.08-.21-.1-.45-.14-.67-.02-.12-.02-.25-.05-.37-.12-.39-.3-.77-.37-1.16-.11-.63-.25-1.28-.06-1.9.19-.64.13-1.25,0-1.89-.09-.43-.16-.9-.07-1.31.1-.51.05-.98-.04-1.47-.1-.58-.15-1.16-.21-1.75-.01-.14,0-.31.08-.41.33-.46.19-.96.05-1.39-.22-.71-.14-1.36.04-2.04.05-.2.07-.42.04-.62-.13-1-.36-2.01-.14-3.02.15-.71.01-1.4-.08-2.1-.1-.85-.06-1.71.29-2.51.09-.21.1-.4.04-.62-.07-.27-.16-.56-.14-.84.07-.89.11-1.79.32-2.65.18-.75.18-1.47.07-2.21-.08-.56-.23-1.12-.06-1.69.15-.51.07-1.01-.09-1.52-.3-.92-.31-1.85.08-2.77.07-.16.11-.35.09-.51-.05-.4-.18-.8-.22-1.2-.09-.81-.22-1.63-.08-2.44.11-.64.14-1.27.06-1.91-.07-.6-.21-1.22-.13-1.8.11-.79.07-1.56.09-2.34.02-.63.12-1.26.38-1.87.19-.45.27-.95.15-1.44-.15-.63-.22-1.24-.07-1.9.1-.42.03-.88,0-1.32-.02-.43-.11-.85-.13-1.27-.03-.73-.06-1.46-.03-2.18.08-1.65-.12-3.31.05-4.95.05-.51.14-1.02.21-1.53.06-.42.12-.85.15-1.27.04-.83,0-1.68.1-2.5.15-1.27.05-2.53-.15-3.77-.18-1.11-.44-2.2-.26-3.33.03-.17-.04-.35-.05-.53-.06-.62-.11-1.24.2-1.83.06-.11.08-.24.08-.36,0-.75,0-1.49-.01-2.24,0-.3-.1-.6-.1-.9.01-1.03-.03-2.07.09-3.09.14-1.23.06-2.45,0-3.67-.02-.3-.07-.6-.1-.9-.06-.69-.13-1.38-.18-2.07,0-.12.05-.24.07-.37.04-.3.1-.6.12-.9,0-.15-.01-.33-.09-.46-.25-.4-.28-.84-.29-1.28,0-.32.02-.65-.07-.95-.17-.62-.17-1.23-.02-1.85.13-.53.14-1.06-.03-1.58-.04-.13-.1-.3-.06-.42.19-.61-.1-1.16-.23-1.72-.05-.2-.3-.38-.49-.52-.17-.12-.36-.05-.43.16-.21.58-.49,1.15-.32,1.81.1.36.19.72.25,1.09.08.54.14,1.09.19,1.64.01.15,0,.32-.04.47-.2.61-.16,1.23-.08,1.85.08.62.23,1.22.32,1.84.06.4.09.81.1,1.22.01.98-.02,1.95.01,2.93.04,1,.14,1.99.19,2.98.02.48.01.96-.03,1.44-.07.87-.23,1.73-.25,2.6-.03,1.01.05,2.02.06,3.03,0,.39.02.79-.06,1.17-.29,1.45-.14,2.87.16,4.29.04.17.12.34.13.51.06.99.17,1.99.14,2.98-.06,1.56-.2,3.12-.34,4.68-.07.76-.15,1.52-.11,2.29.06,1.03.02,2.06.02,3.1,0,.11-.03.21-.04.32-.07.94-.13,1.88.01,2.82.07.42.03.85.03,1.28,0,.32-.05.64-.03.96.02.53.09,1.06.1,1.59,0,.44-.15.9-.08,1.32.17,1.06-.11,2.05-.33,3.06-.13.61-.18,1.22-.1,1.85.07.6.07,1.2.08,1.81,0,.59-.02,1.17-.02,1.76,0,.98.02,1.95.05,2.93.01.44.05.88.07,1.32,0,.12.04.25.04.37-.02.85-.06,1.7-.08,2.56,0,.18,0,.36,0,.53.03.73.07,1.46.09,2.19,0,.5-.13,1.02-.01,1.48.21.83.07,1.63-.01,2.44-.12,1.11-.38,2.19-.28,3.33.08.87-.09,1.77-.15,2.66-.01.16-.04.32,0,.47.28,1.2.13,2.4.01,3.61-.03.35,0,.7.02,1.05.01.32.03.64.06.95.07.79-.37,1.57,0,2.36-.03.75-.06,1.49-.08,2.24,0,.37-.01.74.02,1.11.02.32.13.63.14.94.04.76.07,1.53.09,2.29.03.98.04,1.95.06,2.93,0,.32-.06.67.04.95.23.64.05,1.36.42,1.96.04.07.02.17.01.26-.03,1-.04,1.99-.1,2.99-.03.46-.14.91.09,1.35.05.1.02.25,0,.37-.04.4-.09.81-.13,1.21-.02.23-.01.46-.07.68-.13.48-.15.94.06,1.41.05.11.07.24.07.36-.02.55,0,1.11-.09,1.65-.16.98.11,1.95-.04,2.92,0,.03,0,.07.02.11.11.64,0,1.27-.07,1.9-.04.31-.02.63-.02.95,0,.21.05.42.03.63-.08.92-.21,1.83-.25,2.75-.04.94-.01,1.88,0,2.82,0,.34.12.62.46.78.18.08.35.18.51.28.29.17.59.18.85-.01.22-.17.44-.36.61-.58.44-.58,1-1,1.66-1.31.58-.27,1.15-.55,1.75-.78.39-.15.81-.28,1.23-.34.42-.06.57.1.69.5.19.63.1,1.3-.01,1.9-.15.76-.61,1.43-1.2,1.97-.47.44-.53.9-.18,1.43.17.25.39.47.54.73.14.24.33.51.33.77,0,.81.06,1.64-.62,2.29-.38.37-.45.84-.2,1.32.12.23.23.5.42.67.6.57.82,1.32,1.06,2.06.23.73.02,1.44-.16,2.15-.07.27-.14.55-.19.83-.13.7-.25,1.4-.38,2.1-.03.15-.08.28-.16.38-.05.53-.2,1.11-.5,1.54-.12.18-.27.34-.42.49-.03.11-.09.21-.18.31-.13.15-.27.25-.4.31-.06.07-.13.14-.19.21-.46.49-.97.84-1.57,1.13-.27.13-.52.24-.82.28-.1.11-.25.17-.41.16-.72-.06-1.43-.19-2.15-.31-.05,0-.1-.08-.21-.18.66-.23,1.28-.38,1.91-.32.49-.14.97-.2,1.4-.5.34-.23.64-.51.98-.76,0,0-.02-.01-.03-.02.08-.18.17-.38.25-.57.28-.69.13-1.26-.45-1.71-.35-.27-.74-.49-1.09-.76-.35-.26-.8-.31-1.15-.53-.52-.33-1.01-.33-1.57-.21-.38.08-.69.25-1.02.44-.72.42-1.45.82-2.06,1.42-.38.38-.85.68-1.27,1-.36-.2-.37-.47-.3-.76.08-.33.18-.65.26-.98.13-.57.13-1.12-.23-1.63-.45-.65-.44-1.45-.63-2.19-.02-.07,0-.14,0-.21.19-.97.52-1.89,1.06-2.72.41-.62.47-1.21.09-1.84-.18-.3-.39-.59-.56-.9-.08-.13-.13-.29-.15-.44-.05-.26-.07-.53-.09-.79,0-.14-.02-.3.03-.41.36-.73.56-1.54,1.17-2.13.09-.08.14-.21.2-.31.23-.41.21-.8-.04-1.2-.73-1.16-1.45-2.32-2.16-3.5-.17-.28-.39-.49-.66-.68-.33-.23-.65-.5-.93-.79-.26-.27-.51-.53-.91-.61-.13-.03-.25-.13-.35-.23-.46-.43-.98-.77-1.6-.94-.68-.19-1.37-.37-2.06-.54-.12-.03-.25-.01-.37.02-.85.2-1.71.37-2.53.64-.77.26-1.51.63-2.25.95-.11.05-.2.15-.31.21-.18.1-.36.25-.55.29-.75.17-1.45.45-2.16.71-.17.06-.36.08-.54.12-.03-.18-.07-.37-.08-.55,0-.1.02-.21.05-.31.23-.82.77-1.44,1.37-1.99.67-.62,1.47-1.07,2.37-1.29.6-.15,1.22-.23,1.84-.32.33-.05.68,0,1.01-.04.93-.14,1.86-.09,2.76.04.84.12,1.67.37,2.35.93.11.09.25.12.38.18.19.09.42.15.56.29.36.34.8.51,1.26.66.22.07.45.15.64.27.44.27.97.48,1.26.86.45.58.83,1.27,1.05,1.97.25.8.81,1.13,1.49,1.36.55.19,1.1-.18,1.16-.78.04-.49.03-.99-.17-1.47-.09-.22-.14-.48-.13-.72.05-.78.14-1.56.2-2.34.02-.23.03-.47-.01-.69-.21-1.14-.25-2.29-.22-3.45,0-.16-.01-.32-.03-.48-.08-.74-.19-1.48-.22-2.23-.04-1.03-.02-2.06-.03-3.1,0-.37-.05-.75-.03-1.12.1-1.96.13-3.91.02-5.87,0-.12,0-.26.04-.37.13-.36.06-.7-.04-1.05-.03-.12-.08-.24-.08-.36.03-.74-.11-1.48-.05-2.23.1-1.2.08-2.41.03-3.61-.05-1.16.03-2.3.1-3.45.01-.21,0-.43,0-.64-.03-.46-.08-.92-.11-1.38-.05-.96-.1-1.92-.14-2.88-.03-.82-.05-1.63-.06-2.45,0-1.03-.04-2.07.02-3.09.05-.87.21-1.72.13-2.6-.08-.99-.01-1.99.02-2.98.04-1.16,0-2.31-.06-3.46-.06-.99-.05-1.99-.06-2.99,0-.41.05-.82.01-1.22-.04-.46-.16-.91-.21-1.37-.09-.74-.18-1.48-.24-2.22-.05-.64-.04-1.28-.11-1.92-.1-.97-.32-1.93-.26-2.92.02-.37-.02-.75-.08-1.12-.15-.93-.32-1.84-.22-2.8.09-.88,0-1.77,0-2.66,0-.5.07-.99.13-1.49.06-.55.14-1.09.23-1.64.06-.35.11-.71.23-1.04.16-.43.22-.87.13-1.31-.14-.72.02-1.42.11-2.11.11-.83.33-1.64.45-2.46.06-.4,0-.81,0-1.22,0-.48-.04-.96-.01-1.43.03-.5.11-.99.18-1.48.06-.42.14-.84.19-1.26.03-.22,0-.46,0-.68,0-.12-.08-.24-.07-.36.05-.59.12-1.17.17-1.75.03-.33.1-.69.01-1-.19-.66-.09-1.31-.06-1.96.04-.95.03-1.88-.1-2.82-.04-.26-.06-.53-.04-.8.06-1.01.16-2.02.07-3.03-.04-.47.04-.96.05-1.44,0-.3-.03-.6-.05-.9-.03-.51-.05-1.03-.07-1.54-.02-.46-.03-.92-.06-1.38-.02-.39-.09-.78-.11-1.17-.02-.53-.03-1.07-.02-1.6,0-.37.06-.75.07-1.12.01-.46,0-.92,0-1.38,0-.35-.03-.72.04-1.06.2-.97.51-1.92.52-2.93,0-.62.15-1.23-.05-1.85-.06-.19,0-.42,0-.63,0-.89.03-1.78-.02-2.66-.02-.36-.08-.7,0-1.05.07-.33.12-.67.23-.98.1-.29.06-.52-.16-.72-.14-.13-.29-.27-.45-.37-.45-.29-.79-.15-.91.37-.02.1-.04.21-.03.32.08,1.15-.22,2.31.04,3.46.02.08.02.18,0,.27-.17.55.02,1.1-.02,1.63-.06.76.05,1.51.02,2.26-.02.62-.14,1.24-.24,1.85-.14.86-.36,1.71-.47,2.57-.11.88.14,1.77-.08,2.65.31.93.36,1.88.29,2.84,0,.1.02.21.04.32.12.71.14,1.41,0,2.12-.04.19-.03.4.02.58.17.61.04,1.2-.01,1.8-.03.33,0,.67.02,1,.07.85.23,1.69.12,2.55-.07.54-.08,1.1-.01,1.64.12.99.25,1.97-.09,2.94-.03.09-.01.21,0,.32.03.25.07.49.1.74.09.82.14,1.62-.18,2.42-.09.21-.02.48,0,.72.02.26.14.53.12.78-.06.94-.16,1.88-.26,2.82-.05.48-.24.96-.19,1.42.11,1-.08,1.95-.23,2.92-.13.83-.33,1.65-.34,2.48-.01,1.16-.13,2.31-.31,3.45-.2,1.27-.29,2.54-.26,3.82.02,1.14.13,2.27.22,3.41.1,1.24.23,2.48.35,3.72.04.44.1.88.13,1.33.08,1.05.17,2.09.23,3.14.03.57.01,1.13.04,1.7.02.39.11.77.14,1.16.02.37,0,.75,0,1.12.01.37.09.74.07,1.11-.05.85-.15,1.7.03,2.55.02.09.01.18,0,.27-.02.98-.02,1.95-.06,2.93-.05,1.39-.18,2.77-.17,4.16,0,1.21-.23,2.4-.02,3.62.12.72.11,1.45.14,2.18.02.57-.03,1.13,0,1.7.02.55.14,1.09.14,1.64,0,.99-.05,1.99-.05,2.98,0,.46.09.92.08,1.38-.03,1.17-.11,2.35-.16,3.52-.02.43-.04.86,0,1.28.07.78.21,1.55.27,2.33.09,1.08.18,2.17,0,3.25-.05.32-.09.64-.09.96,0,.96.06,1.92.06,2.88,0,1.83-.02,3.66-.03,5.49,0,.21.03.43.06.64.07.51.19,1.02.2,1.53.03,1.35,0,2.71,0,4.06,0,.09-.05.17-.11.34-.27-.41-.48-.76-.73-1.08-.16-.21-.34-.42-.56-.56-.42-.27-.87-.49-1.31-.71-.43-.22-.86-.41-1.29-.63-.12-.06-.22-.17-.3-.29-.25-.37-.62-.58-1.01-.75-.37-.16-.76-.32-1.15-.41-.74-.18-1.48-.41-2.23-.44-1.42-.07-2.85-.04-4.27,0-.77.02-1.56.03-2.27.47-.24.15-.51.27-.79.32-.56.11-.87.47-1.16.93-.19.3-.46.62-.77.78-.35.17-.58.41-.73.73-.22.46-.41.94-.62,1.41-.06.13-.13.26-.23.36-.28.26-.28.54-.16.88.09.25.12.52.14.78.03.66.51,1.33,1.13,1.6.5.22.93.18,1.32-.2.04-.04.08-.08.12-.1.59-.32,1.16-.72,1.79-.93.88-.29,1.61-.91,2.53-1.08.11-.02.21-.13.31-.2.3-.19.58-.45.91-.54,1.29-.36,2.59-.41,3.88,0,.44.14.85.36,1.26.57.18.1.33.27.49.41.25.22.5.45.76.65.73.56,1.5,1.09,1.77,2.05,0,.03.02.08.05.09.36.23.43.64.59.99.32.69.23,1.34-.19,1.96-.11.16-.21.33-.26.51-.13.44-.19.91-.35,1.34-.23.64-.16,1.24.02,1.87.13.49.37.92.56,1.37.16.36.19.71-.03,1.07-.23.38-.42.78-.62,1.18-.1.21-.24.44-.21.65.08.59.07,1.16-.2,1.71.11.93,0,1.9.65,2.7.18.22.14.43.04.69-.41,1.07-.59,2.13.31,3.08.2.21.27.45.09.72-.15.22-.24.48-.4.69-.7.91-1.07,1.96-1.31,3.06-.12.54-.35.96-.82,1.25-.42.26-.65.64-.78,1.1-.19.67-.35,1.35-.62,1.98-.29.66-.38,1.32-.41,2.02-.03.78-.1,1.56-.53,2.26-.09.14-.1.34-.13.51-.07.42-.12.85-.2,1.27-.03.15-.08.31-.15.45-.34.76-.66,1.53-1.02,2.28-.18.38-.39.77-.67,
          1.08-.69.77-.53,1.58.44,1.97.57.23.68.44.5,1.03-.09.31-.21.61-.27.92-.13.65-.23,1.3-.34,1.95-.13.74-.06,1.45.32,2.12.13.23.25.47.34.72.36.99.95,1.82,1.72,2.53.09.08.18.2.29.23.38.1.56.41.78.69.2.25.4.52.66.69.57.37,1.15.72,1.76,1,1.13.5,2.22,1.17,3.52,1.15.1,0,.21.04.31.07.97.23,1.95.39,2.96.33.21-.01.43,0,.64.03.59.09,1.17.08,1.75-.04.21-.04.42-.05.63-.04.35.02.71.08,1.06.12.32.04.57-.08.84-.25.41-.27.86-.51,1.32-.67.36-.13.68-.29.98-.52.35-.27.74-.48,1.11-.72.12-.08.26-.14.33-.25.56-.85,1.29-1.55,1.97-2.3.06-.07.12-.13.17-.21.42-.7.84-1.4,1.25-2.11.08-.13.12-.3.15-.45.2-.92.41-1.84.58-2.76.06-.32.05-.67.01-1Zm-11.11-19.31c.37-.01.74-.09,1.1-.15.21-.04.41-.12.62-.16.52-.1.65,0,.77.52.14.59.32,1.16.48,1.75,0,.02.02.03.02.05.21.95.43,1.9.63,2.86.14.68.29,1.35.39,2.04.12.84.44,1.63.52,2.49.07.75.39,1.47.57,2.21.1.41.16.83.21,1.26.08.69.14,1.38.22,2.06.01.1.07.2.1.3.12.37.26.73.34,1.11.12.57.12,1.15.31,1.72.1.31.05.72-.05,1.05-.18.59-.41,1.17-.68,1.73-.18.36-.42.71-.69,1.01-.28.31-.62.59-.97.81-.62.38-1.27.71-1.91,1.06-.54.3-1.14.39-1.74.48-.61.09-1.23.2-1.84.28-.51.07-1.03.11-1.65.17-.83-.06-1.77-.09-2.63-.57-.12-.07-.25-.14-.39-.18-.8-.23-1.38-.81-1.98-1.32-.34-.29-.52-.8-.7-1.23-.13-.32-.17-.69-.22-1.04-.06-.4-.07-.81-.11-1.22-.05-.47.06-.73.47-.84.93-.24,1.19-.99,1.4-1.78.06-.22.06-.46.04-.69-.05-.58.06-1.13.22-1.68.02-.09.04-.19.09-.25.39-.43.4-.96.49-1.49.27-1.57.6-3.14.9-4.71.09-.46.34-.81.66-1.14.41-.42.62-.92.54-1.5-.05-.39-.15-.77-.25-1.14-.24-.9-.29-1.78.03-2.68.16-.45.25-.93.43-1.37.21-.54.41-.59.96-.41,1.07.34,2.16.63,3.29.59Zm-7.28-.24c.13-.25.22-.52.35-.78.1-.21.2-.42.35-.6.45-.53.91-1.04,1.37-1.56.08-.09.17-.18.24-.29.71-1.03,1.75-1.63,2.84-2.18.17-.08.34-.11.5-.09.1-.02.21-.04.32-.04.17,0,.36.01.53.05.49-.01.98.1,1.27.51,0,0,0,.01,0,.02.05.02.1.03.13.06.11.09.21.26.21.39,0,.2-.2.21-.36.23-.72.08-1.44.16-2.17.26-.35.05-.67.17-.97.4-.3.24-.67.4-1.01.59-.57.33-1.02.76-1.42,1.32-.45.63-.61,1.35-.96,2-.36.66-.5,1.4-.59,2.15-.02.17-.07.35-.15.51-.18.4-.4.52-.75.42-.32-.09-.42-.25-.41-.84.17-.77.21-1.7.66-2.54Zm-5.03,15.02c.12-.44.27-.89.42-1.32.19-.54.4-1.06.6-1.6.05-.13.11-.27.12-.41.03-.45.2-.86.33-1.28.17-.54.2-1.12.28-1.68.01-.09,0-.18.02-.27.25-1.02.46-2.05.76-3.04.22-.71.75-.82,1.3-.33.25.22.47.32.81.19.4-.15.52-.03.56.42.04.35.11.7.18,1.14-.14.49-.3,1.05-.47,1.61-.09.31-.2.61-.26.92-.13.67-.31,1.31-.57,1.94-.12.29-.14.62-.16.94-.02.4-.08.8-.32,1.11-.33.43-.44.92-.48,1.44-.06.63-.38,1.11-.87,1.47-.55.41-1.09.35-1.58-.13-.11-.11-.23-.23-.36-.31-.39-.24-.46-.37-.33-.82Zm21.3,7.66c-.13.25-.2.53-.33.78-.22.42-.42.86-.7,1.24-.45.62-.95,1.19-1.43,1.79-.06.07-.1.15-.17.2-.97.72-1.86,1.56-3,2.01-.54.21-1.13.33-1.71.39-.63.06-1.28.01-1.91,0-.69-.01-1.39-.04-2.08-.06-.58-.02-1.17-.03-1.75-.11-.4-.05-.79-.19-1.18-.33-.84-.3-1.66-.63-2.5-.93-.45-.16-.83-.39-1.11-.78-.11-.15-.28-.28-.44-.35-.54-.24-.95-.62-1.26-1.11-.09-.13-.18-.27-.29-.37-1.09-.92-1.56-2.12-1.71-3.5-.07-.68.13-1.3.28-1.94.08-.35.2-.68.32-1.02.12-.32.29-.43.55-.38.28.05.29.28.3.49.01.28,0,.57,0,.85,0,.69.12,1.34.41,1.97.28.6.49,1.22.77,1.81.25.53.64.95,1.12,1.32.5.38,1,.73,1.61.91.1.03.19.09.28.16,1.13.83,2.42,1.04,3.78.98.39-.02.78.02,1.17.03.21,0,.43,0,.64-.02.6-.05,1.21-.09,1.8-.18.42-.07.84-.17,1.23-.34.6-.26,1.18-.58,1.76-.89.25-.13.46-.32.7-.49.32-.22.64-.45.96-.67.07-.05.16-.09.22-.15.71-.66,1.38-1.34,1.67-2.3.04-.12.08-.24.15-.34.61-.8.8-1.72.8-2.71,0-.68-.07-1.35-.22-2.01-.23-1-.47-2.01-.65-3.02-.18-.94-.33-1.89-.42-2.85-.05-.59-.26-1.1-.51-1.62-.18-.39-.29-.78-.31-1.23-.02-.45-.18-.9-.28-1.35-.03-.12-.06-.24-.09-.36-.13-.61-.24-1.22-.37-1.82-.3-1.39-.61-2.78-.91-4.17-.02-.09-.02-.18-.05-.26-.29-.9.21-1.52.73-2.14.02-.02.07-.02.12-.03.23.17.27.42.29.69.04.51.11,1.02.16,1.53.03.32.06.64.05.96-.02.68-.01,1.35.28,1.99.12.27.12.59.17.89.12.68.23,1.37.34,2.05.07.44.09.88.17,1.32.09.51.21,1.01.33,1.51.08.35.15.69.24,1.04.26,1,.52,1.99.78,2.99.22.86.43,1.72.64,2.58.04.17.05.36.12.52.34.76.47,1.57.61,2.37.06.35.09.7.13,1.05.02.16.03.32.08.47.35,1.04.11,1.99-.36,2.93Z"/><path class="cls-1" d="m148.86,169.73c.21,0,.17.1.34.1.88,0,.88-.18,1.76-.18s.88.24,1.76.24.88-.15,1.76-.15.88.17,1.76.17.88-.06,1.76-.06.88-.15,1.76-.15.88,0,1.76,0,.88.18,1.76.18.88-.04,1.76-.04.88,0,1.76,0,.88-.03,1.76-.03.88-.05,1.75-.05.88.02,1.75.02.88-.09,1.75-.09.88.15,1.76.15.88.01,1.76.01.88-.01,1.76-.01.88-.07,1.76-.07.88.08,1.76.08.88-.07,1.76-.07.88.1,1.76.1.88-.2,1.76-.2.88.23,1.76.23.88-.09,1.76-.09.88.06,1.76.06.88-.05,1.76-.05.88-.16,1.76-.16.88.24,1.76.24.88-.14,1.76-.14.88-.08,1.76-.08.88.07,1.76.07.88.08,1.76.08.88.08,1.76.08.88-.27,1.76-.27.88.15,1.76.15.88.1,1.76.1.88-.02,1.76-.02.88-.06,1.76-.06.88-.18,1.76-.18.88.13,1.76.13.88.1,1.76.1.88-.22,1.76-.22.88.11,1.76.11.88-.12,1.76-.12.88.2,1.76.2.88-.02,1.76-.02.88.02,1.76.02.88-.02,1.76-.02.88,0,1.76,0,.88-.08,1.76-.08.88-.1,1.76-.1.88.26,1.76.26.88-.04,1.76-.04.88-.25,1.76-.25.88.28,1.76.28.88.03,1.76.03.88-.08,1.76-.08.88-.22,1.76-.22.88.22,1.76.22.88-.05,1.76-.05.88-.16,1.76-.16.88.11,1.76.11.88,0,1.76,0,.88.16,1.76.16.88-.1,1.76-.1.88.05,1.76.05.88-.05,1.76-.05.88.07,1.76.07.88-.24,1.76-.24.88.01,1.76.01.88.19,1.76.19.88-.04,1.76-.04.88,0,1.76,0,.88-.12,1.76-.12.88.18,1.76.18.88-.23,1.76-.23.88.08,1.76.08.88-.11,1.76-.11.88.06,1.76.06.88.16,1.76.16.88,0,1.76,0,.88,0,1.76,0,.88.03,1.76.03.88-.01,1.76-.01.88-.17,1.77-.17.88.2,1.76.2.88-.21,1.76-.21.88.06,1.77.06.88.06,1.76.06.88.1,1.77.1.89-.24,1.77-.24,1.06-.42,1.69.2,0,.8,0,1.68.19.88.19,1.76,0,.88,0,1.76.03.88.03,1.76-.14.88-.14,1.76-.13.88-.13,1.76.28.88.28,1.76-.23.88-.23,1.76,0,.88,0,1.76.15.88.15,1.76-.12.88-.12,1.76-.1.88-.1,1.76.23.88.23,1.76-.13.88-.13,1.76.04.88.04,1.76.17.88.17,1.76-.1.88-.1,1.76-.2.88-.2,1.76.01.88.01,1.76.06.88.06,1.76.08.88.08,1.76.06.88.06,1.76-.18.88-.18,1.76.02.88.02,1.76.14.88.14,1.76.04.88.04,1.76-.13.88-.13,1.76.06.88.06,1.76.05.88.05,1.76-.04.88-.04,1.76.02.88.02,1.76-.16.88-.16,1.76.24.88.24,1.76-.13.88-.13,1.76.04.88.04,1.76.05.88.05,1.76-.12.88-.12,1.76,0,.88,0,1.76.04.88.04,1.76-.01.88-.01,1.76.06.88.06,1.76-.05.88-.05,1.76.1.88.1,1.76.02.88.02,1.76-.14.88-.14,1.76.1.88.1,1.76.1.88.1,1.76-.15.88-.15,1.76-.11.88-.11,1.76.23.88.23,1.76-.19.88-.19,1.76.11.88.11,1.76-.05.88-.05,1.77-.04.88-.04,1.76.19.88.19,1.77-.08.88-.08,1.77.08.88.08,1.77-.19.88-.19,1.77.11.88.11,1.76-.11.88-.11,1.77-.06.88-.06,1.76.13.88.13,1.77.07.88.07,1.77.07.88.07,1.77-.04.89-.04,1.77-.2.89-.2,1.77.79,1.22.16,1.85-.96-.09-1.84-.09-.88.14-1.76.14-.88-.22-1.76-.22-.88,0-1.76,0-.88.04-1.76.04-.88-.08-1.76-.08-.88.12-1.76.12-.88.15-1.76.15-.88-.13-1.76-.13-.88-.03-1.76-.03-.88-.04-1.76-.04-.88.13-1.76.13-.88-.08-1.76-.08-.88-.01-1.76-.01-.88.15-1.76.15-.88-.13-1.76-.13-.88-.11-1.76-.11-.88.2-1.76.2-.88-.16-1.76-.16-.88.06-1.76.06-.88.02-1.76.02-.88.1-1.76.1-.88-.1-1.76-.1-.88.11-1.76.11-.88-.26-1.76-.26-.88.06-1.76.06-.88-.03-1.76-.03-.88.03-1.76.03-.88.08-1.76.08-.88-.09-1.76-.09-.88.05-1.76.05-.88.19-1.76.19-.88-.08-1.76-.08-.88-.01-1.76-.01-.88.05-1.76.05-.88-.12-1.76-.12-.88.12-1.76.12-.88-.04-1.76-.04-.88-.02-1.76-.02-.88-.03-1.76-.03-.88-.03-1.76-.03-.88.04-1.76.04-.88,0-1.76,0-.88-.08-1.76-.08-.88.2-1.76.2-.88-.05-1.76-.05-.88,0-1.76,0-.88.04-1.76.04-.88-.29-1.76-.29-.88.18-1.76.18-.88-.05-1.76-.05-.88-.11-1.76-.11-.88.08-1.76.08-.88-.06-1.76-.06-.88.01-1.76.01-.88-.04-1.76-.04-.88.02-1.76.02-.88.18-1.76.18-.88.06-1.76.06-.88-.17-1.76-.17-.88-.07-1.76-.07-.88.13-1.76.13-.88-.13-1.76-.13-.88.02-1.76.02-.88.08-1.76.08-.88-.02-1.76-.02-.88.16-1.76.16-.88,0-1.76,0-.88-.09-1.76-.09-.88-.09-1.76-.09-.88-.1-1.76-.1-.88.09-1.75.09-.88.02-1.75.02-.88.15-1.75.15-.88-.08-1.75-.08-.88-.15-1.75-.15-.88.03-1.75.03-.88.11-1.76.11-.88.02-1.76.02-.88-.17-1.76-.17-.88,0-1.76,0-.88.08-1.76.08-.88.03-1.76.03-.88.11-1.76.11-.88.02-1.76.02-.88-.08-1.76-.08-.88-.06-1.76-.06-.88.01-1.76.01-.88.03-1.76.03-.88.05-1.76.05-.88-.14-1.76-.14-.88-.04-1.76-.04-.88.07-1.76.07-.88,0-1.76,0-.88.17-1.76.17-.88-.04-1.76-.04-.88-.23-1.76-.23-.88,0-1.76,0-.88.24-1.76.24-.88-.03-1.76-.03-.88-.16-1.76-.16-.88.07-1.76.07-.88.04-1.76.04-.88.08-1.76.08-.88-.16-1.76-.16-.88.01-1.76.01-.88.19-1.76.19-.88-.08-1.76-.08-.88.09-1.76.09-.88-.15-1.76-.15-.88-.07-1.76-.07-.88-.04-1.76-.04-.88.04-1.76.04-.88.09-1.76.09-.88-.06-1.76-.06-.88-.1-1.76-.1-.88.15-1.76.15-.88.02-1.76.02-.88-.1-1.76-.1-.88-.03-1.76-.03-.88.11-1.76.11-.88-.01-1.76-.01-.88-.11-1.76-.11-.88-.03-1.76-.03-.88.17-1.76.17-.88.12-1.76.12-.88-.19-1.76-.19-.88-.09-1.76-.09-.88.04-1.76.04-.88.19-1.76.19-.88-.09-1.76-.09-.88.04-1.76.04-.88-.18-1.76-.18-.88.09-1.76.09-.88.07-1.76.07-.88.06-1.76.06-.88-.02-1.76-.02-.88-.06-1.76-.06-.88.13-1.76.13-.88-.19-1.76-.19-.88-.06-1.76-.06-.88.03-1.76.03-.88.2-1.76.2-.88-.14-1.76-.14-.88-.1-1.76-.1-.88.04-1.76.04-.88-.02-1.77-.02-.88.21-1.76.21-.88-.01-1.76-.01-.88-.13-1.76-.13-.88-.06-1.76-.06-.88.09-1.76.09-.88.09-1.76.09-.88-.03-1.77-.03-.88-.16-1.76-.16-.88.27-1.76.27-.88,0-1.76,0-.88-.2-1.77-.2-.88-.06-1.77-.06-.88.06-1.76.06-.88-.09-1.76-.09-.88.06-1.77.06-.88.11-1.76.11-.88.07-1.77.07-.88-.11-1.77-.11-.88-.1-1.77-.1-.88.08-1.77.08-.88.15-1.76.15-.88-.13-1.77-.13-.88-.13-1.77-.13-.88.13-1.77.13-.88.08-1.77.08-.88-.13-1.77-.13-.89-.06-1.77-.06-.89.18-1.77.18-1.08.5-1.71-.13,0-.81,0-1.69-.01-.88-.01-1.76.07-.88.07-1.76-.15-.88-.15-1.76-.09-.88-.09-1.76.01-.88.01-1.76.11-.88.11-1.76,0-.88,0-1.76.08-.88.08-1.76-.23-.88-.23-1.76.16-.88.16-1.76-.03-.88-.03-1.76-.06-.88-.06-1.76.15-.88.15-1.76.05-.88.05-1.76-.26-.88-.26-1.76.25-.88.25-1.76,0-.88,0-1.76-.09-.88-.09-1.76.11-.88.11-1.76-.19-.88-.19-1.76.01-.88.01-1.76.04-.88.04-1.76-.09-.88-.09-1.76.02-.88.02-1.76-.05-.88-.05-1.76.27-.88.27-1.76-.02-.88-.02-1.76,0-.88,0-1.76-.09-.88-.09-1.76.05-.88.05-1.76-.21-.88-.21-1.76.22-.88.22-1.76-.09-.88-.09-1.76,0-.88,0-1.76.03-.88.03-1.76.11-.88.11-1.76-.24-.88-.24-1.76-.01-.88-.01-1.76.1-.88.1-1.76,0-.88,0-1.76-.05-.88-.05-1.76.18-.88.18-1.76-.19-.88-.19-1.76-.06-.88-.06-1.76.18-.88.18-1.76,0-.88,0-1.76,0-.88,0-1.76-.05-.88-.05-1.76-.06-.88-.06-1.76.2-.88.2-1.76-.25-.88-.25-1.76.24-.88.24-1.77-.21-.88-.21-1.76-.03-.88-.03-1.77.09-.88.09-1.77.02-.88.02-1.77-.02-.88-.02-1.77.13-.88.13-1.76-.1-.88-.1-1.77.1-.88.1-1.76.01-.88.01-1.77-.02-.88-.02-1.77.04-.88.04-1.77-.15-.89-.15-1.77.04-.89.04-1.77-.56-1.07.07-1.7.8-.21,1.68-.21.88.13,1.76.13.88.17,1.76.17.88-.08,1.76-.08.88.06,1.76.06.88-.18,1.76-.18.88.09,1.76.09.88-.14,1.76-.14.88.16,1.76.16.88-.12,1.76-.12.88.17,1.76.17.88,0,1.76,0,.88.03,1.76.03.88-.16,1.76-.16.88.09,1.76.09.88.07,1.76.07.88-.26,1.76-.26.88.08,1.76.08.88-.04,1.76-.04.88.18,1.76.18.88-.21,1.76-.21.88.05,1.76.05.88.05,1.76.05.88-.02,1.76-.02.88.15,1.76.15.88-.24,1.76-.24.88.26,1.76.26.88-.08,1.76-.08.88.08,1.76.08.88-.1,1.76-.1.88.06,1.76.06.88-.08,1.76-.08.88.07,1.76.07.88,0,1.76,0,.88-.09,1.76-.09.88.05,1.76.05.88.05,1.76.05.88-.15,1.76-.15.88.07,1.76.07.88-.03,1.76-.03.88.14,1.76.14.88-.16,1.76-.16.88.04,1.76.04.88-.06,1.76-.06.88.11,1.76.11.88-.18,1.76-.18.88.16,1.76.16.88-.06,1.76-.06.88.04,1.76.04.88.09,1.76.09.88-.2,1.76-.2.88.14,1.76.14.88-.02,1.76-.02.88-.11,1.76-.11.88.06,1.76.06.88-.11,1.76-.11.88.03,1.76.03.88.08,1.76.08.88-.04,1.76-.04.88.07,1.76.07.88.04,1.76.04.88.06,1.76.06.88.04,1.76.04.88-.16,1.76-.16.88-.12,1.76-.12.88.22,1.76.22.88-.15,1.76-.15.88.05,1.76.05.88,0,1.76,0,.88-.02,1.76-.02.88.1,1.77.1.88-.08,1.76-.08.88.13,1.76.13.88-.23,1.77-.23.88.05,1.76.05.88,0,1.77,0,.88-.07,1.77-.07.88-.02,1.76-.02.88.23,1.77.23.89-.18,1.77-.18.89.03,1.77.03c.11,0,.08-.04.22-.04"/><text class="cls-3" transform="translate(33.47 218.77)"><tspan class="cls-2"><tspan x="0" y="0">University of Louisville</tspan></tspan><tspan class="cls-4"><tspan x="21.84" y="33.6">Climbing Club</tspan></tspan></text></g></g></svg>

如何移除SVG周围的包含框,使其占用的空间不会太大,并且可以直接将阴影应用于SVG?

当我悬停在SVG和图像容器上时,我如何仍然使用movemouse eventListner?

我怎么还能点击SVG控制框后面的导航栏选项?(当然,如果盒子不是那么大的话,这不会是个问题)

我所尝试的:

我试着使用ChatGPT来给我一些关于如何移除盒子的想法。我试着在Illustrator中编辑它,同时做背景:透明之类的。超过2个小时的工作,无法取出盒子。

我这边没有已知的解决方案。有办法绕过它吗?最好的情况是我的盒子消失了,不再阻挡其他div。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值