webui-aria2/js/libs/dojox/gfx/resources/gfxSvgProxyFrame.html
2012-05-01 19:52:07 +08:00

14 lines
364 B
HTML

<html>
<head>
<script type="text/javascript">
djConfig = {forceGfxRenderer: "svg"};
</script>
<script type="text/javascript" src="../../../dojo/dojo.js" ></script>
<script type="text/javascript">
require(['dojox/gfx','dojox/gfx/utils'], function(gfx, utils){});
</script>
</head>
<body>
</body>
</html>