Note that decreasing the width value to half that specified in the
svg file (svg_example_four.svg; see object
example for full code) does not truncate the image
<img width = "150" … >
<svg width = "300" … >
Contrast with the object examples below
HTML
<img
src="../svg/svg_example_four.svg"
alt="Hello World Image"
height="75"
width="150" />
Example (Object, truncate problem)
Notes
Note that setting width to half that specified in the
svg file svg_example_fourtruncates the
viewport