%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/water/common/theme/adminlte/plugins/raphael/dev/ |
Upload File : |
<!DOCTYPE html> <head> <meta content="text/html;charset=utf-8" http-equiv="Content-Type"> <meta content="utf-8" http-equiv="encoding"> <title>Raphael Dev testing html</title> <!-- HTML to try new developments in Raphael --> <!-- Global use --> <!-- To work with full version --> <script type="text/javascript" src="../bower_components/requirejs/require.js"></script> <script type="text/javascript" src="../bower_components/eve/eve.js"></script> <!-- To work with minified version --> <!--<script type="text/javascript" src="../raphael-min.js"></script>--> <!-- Comment this script tag if you are testing with AMD --> <script type="text/javascript"> // Initialize container when document is loaded window.onload = function () { require(['../raphael'], function(Raphael) { var paper = Raphael("container", 640, 720); paper.circle(100, 100, 100).attr({'fill':'270-#FAE56B:0-#E56B6B:100'}); //example }); }; //Work here, in a separate script file or via command line </script> <!-- Use amdDev.js to work with AMD and Raphael --> <!-- You need to do a 'bower install -D' first to get requirejs --> </head> <body> <!-- Container for svg/vml root element --> <div id="container"></div> </body> </html>