mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
10 lines
350 B
HTML
10 lines
350 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<!-- Note: Despite the large width here, the SVG content won't scale, because
|
||
|
it hasn't provided a viewbox. It renders at a 100% zoom-level (just as
|
||
|
it would in an <embed> tag, and just as it would if we viewed it in a
|
||
|
100x600-sized browser window. -->
|
||
|
<img src="lime100x100.svg" width="600px">
|
||
|
</body>
|
||
|
</html>
|