PageRenderTime 31ms CodeModel.GetById 22ms app.highlight 6ms RepoModel.GetById 1ms app.codeStats 0ms

/ext-4.1.0_b3/docs/extjs/examples/draw/Sencha.html

https://bitbucket.org/srogerf/javascript
HTML | 25 lines | 22 code | 2 blank | 1 comment | 0 complexity | a77d1c7a77ba2bf7b664ffb5d6cb541a MD5 | raw file
 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
 2"http://www.w3.org/TR/html4/strict.dtd">
 3<html>
 4<head>
 5    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 6    <title>Resizable Sencha Logo Component</title>
 7    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
 8    <script type="text/javascript" src="../../ext-all.js"></script>
 9    <script type="text/javascript" src="Sencha.js"></script>
10    <link rel="stylesheet" type="text/css" href="../shared/example.css" />
11
12    <!-- GC -->
13
14</head>
15    <body>
16        <h1>Resizable Sencha Logo Component</h1>
17        <p>
18            In the following example, we display the Sencha logo as a series of paths with 3 multi-stop gradients.  The logo was created with a drawing tool and exported to SVG, which we used for the pathing.  Because the new Ext.Draw system extends from Component, we get all the functionality available to any component. In this example, the component has been made resizable with a simple configuration.  Note that because we use vectors to define the image, it is scalable to any size and is fully resolution independent.  <a href="Sencha.js">View Source</a>.
19        </p>
20        <p>
21            See our introductory blog post on the topic <a href="http://www.sencha.com/blog/ext-js-4-drawing-charting">here</a>.
22        </p>
23        <br>
24    </body>
25</html>