0

xlink:href をクリックすると、正しいページにリンクされますが、実行されるはずだったコードとそのページの css スタイルは無視されます。

背景情報: Ionic フレームワークを使用したモバイル アプリでのコーディング。

HTML ページに SVG を表示するためのコード。

<object id="svgImage" type="image/svg+xml" data="img/Floor Plan SVG.svg">
                Your browser does not support SVG
</object>

.svg ファイル内のコード

<a
     xlink:href="../templates/QRCode.html"
     transform= (removed to ease viewing)
     id= (removed to ease viewing)
     target="_blank">
    <path
       style= (removed to ease viewing)
       d= (removed to ease viewing)
       id= (removed to ease viewing)
       inkscape:connector-curvature="0" />
  </a>
  <a
     transform= (removed to ease viewing)
     id= (removed to ease viewing)
     target="_blank"
     xlink:href="../templates/RoomInformation.html">
    <path
       style= (removed to ease viewing)
       d= (removed to ease viewing)
       id= (removed to ease viewing)
       inkscape:connector-curvature="0" />
  </a>
4

0 に答える 0