File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -569,9 +569,6 @@ drawing.steps = function(shape) {
569
569
570
570
// off-screen svg render testing element, shared by the whole page
571
571
// uses the id 'js-plotly-tester' and stores it in drawing.tester
572
- // makes a hash of cached text items in tester.node()._cache
573
- // so we can add references to rendered text (including all info
574
- // needed to fully determine its bounding rect)
575
572
drawing . makeTester = function ( ) {
576
573
var tester = d3 . select ( 'body' )
577
574
. selectAll ( '#js-plotly-tester' )
@@ -601,10 +598,6 @@ drawing.makeTester = function() {
601
598
fill : 'black'
602
599
} ) ;
603
600
604
- if ( ! tester . node ( ) . _cache ) {
605
- tester . node ( ) . _cache = { } ;
606
- }
607
-
608
601
drawing . tester = tester ;
609
602
drawing . testref = testref ;
610
603
} ;
You can’t perform that action at this time.
0 commit comments