2011-08-09 13:54:32 -07:00
|
|
|
<!--
|
|
|
|
Any copyright is dedicated to the Public Domain.
|
|
|
|
http://creativecommons.org/publicdomain/zero/1.0/
|
|
|
|
-->
|
2009-05-28 11:09:05 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2011-01-13 02:40:12 -08:00
|
|
|
<title>wide background-size: auto; for omitted-width-omitted-height.svg</title>
|
2011-08-09 13:54:32 -07:00
|
|
|
<link rel="author" title="Jeff Walden" href="http://whereswalden.com/" />
|
|
|
|
<link rel="help" href="http://www.w3.org/TR/css3-background/#the-background-size" />
|
|
|
|
<link rel="help" href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing" />
|
|
|
|
<link rel="help" href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute" />
|
|
|
|
<meta name="flags" content="svg" />
|
2009-05-28 11:09:05 -07:00
|
|
|
<style type="text/css">
|
2011-01-13 02:40:12 -08:00
|
|
|
div
|
|
|
|
{
|
|
|
|
width: 768px; height: 256px;
|
|
|
|
}
|
2009-05-28 11:09:05 -07:00
|
|
|
#outer
|
|
|
|
{
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
#inner
|
|
|
|
{
|
2011-01-13 02:40:12 -08:00
|
|
|
background-image: url(omitted-width-omitted-height.svg);
|
2009-05-28 11:09:05 -07:00
|
|
|
background-repeat: no-repeat;
|
2011-01-13 02:40:12 -08:00
|
|
|
background-size: auto;
|
2009-05-28 11:09:05 -07:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="outer"><div id="inner"></div></div>
|
|
|
|
</body>
|
|
|
|
</html>
|