root / trunk / web / dojo / dojox / gfx / resources / gfxSvgProxyFrame.html @ 12
History | View | Annotate | Download (362 Bytes)
1 |
<html>
|
---|---|
2 |
<head>
|
3 |
<script type="text/javascript"> |
4 |
djConfig = {forceGfxRenderer: "svg"};
|
5 |
</script>
|
6 |
<script type="text/javascript" src="../../../dojo/dojo.js" ></script> |
7 |
<script type="text/javascript"> |
8 |
dojo.require("dojox.gfx");
|
9 |
dojo.require("dojox.gfx.utils");
|
10 |
</script>
|
11 |
</head>
|
12 |
<body>
|
13 |
</body>
|
14 |
</html>
|