File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2783
2783
stretch [ i ] = ( D == null && HW != null ? false :
2784
2784
this . data [ i ] . HTMLcanStretch ( "Horizontal" ) ) ;
2785
2785
if ( this . data [ this . over ] && values . accent ) {
2786
- children [ i ] . bbox . h = Math . max ( children [ i ] . bbox . h , HTMLCSS . TeX . x_height ) ; // min height of 1ex (#1706)
2786
+ children [ i ] . bbox . h = Math . max ( children [ i ] . bbox . h , scale * HTMLCSS . TeX . x_height ) ; // min height of 1ex (#1706)
2787
2787
}
2788
2788
} else {
2789
2789
stretch [ i ] = this . data [ i ] . HTMLcanStretch ( "Horizontal" ) ;
Original file line number Diff line number Diff line change 1960
1960
boxes [ i ] = this . SVGdataStretched ( i , HW , D ) ;
1961
1961
stretch [ i ] = ( D != null || HW == null ) && this . data [ i ] . SVGcanStretch ( "Horizontal" ) ;
1962
1962
if ( this . data [ this . over ] && values . accent ) {
1963
- boxes [ i ] . h = Math . max ( boxes [ i ] . h , SVG . TeX . x_height ) ; // min height of 1ex (#1706)
1963
+ boxes [ i ] . h = Math . max ( boxes [ i ] . h , scale * SVG . TeX . x_height ) ; // min height of 1ex (#1706)
1964
1964
}
1965
1965
} else {
1966
1966
boxes [ i ] = this . data [ i ] . toSVG ( ) ; boxes [ i ] . x = 0 ; delete boxes [ i ] . X ;
You can’t perform that action at this time.
0 commit comments