File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
unpacked/jax/output/CommonHTML Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2632
2632
BBOX . clean ( ) ;
2633
2633
return node ;
2634
2634
} ,
2635
- CHTMLaddRoot : function ( ) { return 0 }
2635
+ CHTMLaddRoot : function ( ) { return 0 } ,
2636
+ CHTMLhandleBBox : function ( node ) {
2637
+ var bbox = this . CHTMLbboxFor ( 0 ) ;
2638
+ delete bbox . pwidth ;
2639
+ this . SUPER ( arguments ) . CHTMLhandleBBox . apply ( this , arguments ) ;
2640
+ }
2636
2641
} ) ;
2637
2642
2638
2643
/********************************************************/
2639
2644
2640
2645
MML . mroot . Augment ( {
2641
2646
toCommonHTML : MML . msqrt . prototype . toCommonHTML ,
2647
+ CHTMLhandleBBox : MML . msqrt . prototype . CHTMLhandleBBox ,
2642
2648
CHTMLaddRoot : function ( sqrt , sbox , d ) {
2643
2649
if ( ! this . data [ 1 ] ) return ;
2644
2650
var BBOX = this . CHTML , bbox = this . data [ 1 ] . CHTML , root = sqrt . firstChild ;
You can’t perform that action at this time.
0 commit comments