Skip to content

Commit

Permalink
add svg image attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaler committed Nov 11, 2024
1 parent c739a63 commit 8f45f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resen/kaddish/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body onload="document.body.style.visibility = 'visible'">
<script>make_header()</script>
<svg viewBox="-42.56683 -44.513535 295.01041 386.02707">
<image href="media/kaddish1.jpg" x="-42.56683" y="-44.513535" />
<image href="media/kaddish1.jpg" x="-42.56683" y="-44.513535" width="100%" height="100%" aria-label="קדיש דף 1" />
<g>
<text x="197.49046"
y="43.340511" /><text x="190.66063"
Expand Down Expand Up @@ -259,7 +259,7 @@
</g></svg>
<br><br>
<svg viewBox="-43.49287 -43.984375 296.86249 384.96875">
<image href="media/kaddish2.jpg" x="-43.49287" y="-43.984375" />
<image href="media/kaddish2.jpg" x="-43.49287" y="-43.984375" width="100%" height="100%" aria-label="קדיש דף 2" />
<g>
<text
x="198.26494"
Expand Down

0 comments on commit 8f45f0a

Please sign in to comment.