source: Dev/trunk/src/client/dojox/gfx/resources/gfxSvgProxyFrame.html @ 507

Last change on this file since 507 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 370 bytes
Line 
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.