blob: f4bc9034d5d9b02703c4188e68837d0a980e7e6f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html><head>
<title>CSS Test (Transforms): scale3d() on an SVG</title>
<link href="mailto:ayg@aryeh.name" rel="author" title="Aryeh Gregor">
<link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help">
<link href="http://www.w3.org/TR/css-transforms-1/#funcdef-scale3d" rel="help">
<meta content="This is the same as
transform3d-image-scale-001.html, but using an SVG image instead of a
bitmap." name="assert">
<link href="reference/transform-lime-square-ref.htm" rel="match">
</head>
<body>
<img width="50" style="transform: scale3d(2, 2, 2); transform-origin: 0 0" height="50" src="support/transform-lime-square.svg">
</body></html>
|