gfxSvgProxyFrame.html 362 B

1234567891011121314
  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>