Roo/svg/Canvas.js
authorAlan Knowles <alan@roojs.com>
Wed, 23 Jun 2021 09:54:16 +0000 (17:54 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 Jun 2021 09:54:16 +0000 (17:54 +0800)
Roo/svg/Canvas.js

index b994dba..8a47e54 100644 (file)
@@ -57,7 +57,7 @@ Roo.extend(Roo.svg.Canvas, Roo.bootstrap.Component,  {
         this.el.on('click', this.relayEvent, this);
         this.el.on('dblclick', this.relayEvent, this);
         this.el.on('context', this.relayEvent, this); // ??? any others
-        this.g = this.el.select('g', true);
+        this.g = this.el.select('g', true).first();
          
         
     },