Updated
This commit is contained in:
13
master/examples/gfxSvgProxyFrame.html
Normal file
13
master/examples/gfxSvgProxyFrame.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user