source:
Dev/trunk/src/client/dojox/gfx/resources/gfxSvgProxyFrame.html
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 370 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | <html> |
2 | <head> | |
3 | <script type="text/javascript"> | |
4 | var dojoConfig = {forceGfxRenderer: "svg"}; | |
5 | </script> | |
6 | <script type="text/javascript" src="../../../dojo/dojo.js" ></script> | |
7 | <script type="text/javascript"> | |
8 | require(['dojox/gfx','dojox/gfx/utils'], function(gfx, utils){}); | |
9 | </script> | |
10 | </head> | |
11 | <body> | |
12 | </body> | |
13 | </html> |
Note: See TracBrowser
for help on using the repository browser.