[Dojo-checkins] [dojo] #10269: dojox.gfx SVG backend optimization

dojo trac at dojotoolkit.org
Thu Nov 5 05:10:56 EST 2009


#10269: dojox.gfx SVG backend optimization
-----------------------+----------------------------------------------------
 Reporter:  opichals   |        Owner:  elazutkin
     Type:  defect     |       Status:  new      
 Priority:  normal     |    Milestone:  1.4      
Component:  DojoX GFX  |      Version:  1.4.0b   
 Severity:  normal     |   Resolution:           
 Keywords:             |  
-----------------------+----------------------------------------------------

Comment(by opichals):

 This patch makes dojox.gfx also almost usable with the svgweb project.
 There were a lot of duplicated elements added (because of svgweb still
 doesn't handle appendChild() of the same node well
 http://code.google.com/p/svgweb/issues/detail?id=296).

 We can still safely remove this duplicate appendChild() from gfx code and
 possibly improve performance in all browsers.

-- 
Ticket URL: <http://bugs.dojotoolkit.org/ticket/10269#comment:1>
dojo <http://dojotoolkit.org/>
The Dojo UI Toolkit


More information about the Dojo-checkins mailing list