Skip to content

Commit

Permalink
Svg image resizing (#120)
Browse files Browse the repository at this point in the history
* fixes #117

restrict svg image size to 200/200 to allow for zooming of OS/Reading Systems

* updated Date Published

* reduced svg image size to 150x150 and combined Test 610 and 710

---------

Co-authored-by: Marisa DeMeglio <marisa.demeglio@gmail.com>
  • Loading branch information
clapierre and marisademeglio authored Apr 1, 2024
1 parent fb0bc9f commit e0fcd66
Showing 1 changed file with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,16 +184,11 @@
Text after inline math.
<hr/>
</section>

<section id="visual-610" class="test">
<h2><span class="test-id">visual-610</span> <span class="test-title">Support for SVG</span></h2>
<p class="desc">Check if an image is displayed below this paragraph. This image is in SVG format.</p>
<img src="../images/Flower-Frame.svg" alt="illustration: a black and white detailed symmetrical flower" width="200" height="200"/>
<p class="eval">Indicate Pass or Fail.</p>
</section>

<section id="visual-710" class="test">
<h2><span class="test-id">visual-710</span> <span class="test-title">Enlarge SVG image</span></h2>
<p class="desc">Check if the image given in the previous test can be enlarged. </p>
<h2><span class="test-id">visual-710</span> <span class="test-title">Enlarge SVG Image</span></h2>
<p class="desc">Check if this SVG format image displayed below this paragraph can be enlarged.</p>
<img src="../images/Flower-Frame.svg" alt="illustration: a black and white detailed symmetrical flower" width="150" height="150"/>
<p class="eval">Indicate Pass or Fail.</p>
</section>
</body>
Expand Down

0 comments on commit e0fcd66

Please sign in to comment.