File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
unpacked/jax/output/SVG/autoload Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ MathJax.Hub.Register.StartupHook("SVG Jax Ready",function () {
46
46
def . transform = "translate(0," + H + ") matrix(1 0 0 -1 0 0)" ;
47
47
def . preserveAspectRatio = "none" ;
48
48
this . SUPER ( arguments ) . Init . call ( this , def ) ;
49
- this . element . setAttributeNS ( XLINKNS , "href" , img . src ) ;
49
+ this . element . setAttributeNS ( XLINKNS , "href" , img . SRC ) ;
50
50
this . w = this . r = W ; this . h = this . H = H + y ;
51
51
this . d = this . D = - y ; this . l = 0 ;
52
52
}
@@ -71,7 +71,7 @@ MathJax.Hub.Register.StartupHook("SVG Jax Ready",function () {
71
71
img = this . img . img ;
72
72
img . onload = MathJax . Callback ( [ "SVGimgLoaded" , this ] ) ;
73
73
img . onerror = MathJax . Callback ( [ "SVGimgError" , this ] ) ;
74
- img . src = values . src ;
74
+ img . src = img . SRC = values . src ;
75
75
MathJax . Hub . RestartAfter ( img . onload ) ;
76
76
}
77
77
if ( this . img . status !== "OK" ) {
You can’t perform that action at this time.
0 commit comments