Roo/svg/Canvas.js
[roojs1] / Roo / svg / Canvas.js
1 /**
2  *
3  * The SVG element.. - with a 'g' subelement, that can handle moving / panning etc..
4  *
5  *
6  * The SVG element is the only element that handles events
7  *   if you click on it, it will look for  roo-svg-observable in the event handler and pass on events to children.
8  *
9  *   
10  * 
11  *
12  */
13
14
15 Roo.svg.Canvas = function(cfg)
16 {
17     
18     
19     
20 }