Home
last modified time | relevance | path

Searched refs:colorString (Results 1 – 3 of 3) sorted by relevance

/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dexplorer.js101 var o = t.colorString();
H A Dmathjax-sre.js561 sre.AbstractHighlighter.prototype.colorString=function(){return this.color.rgba()};sre.AbstractHigh… method in sre.AbstractHighlighter
564 …:a,background:a.style.backgroundColor,foreground:a.style.color},c=this.colorString();a.style.backg…
566 …Attribute("style");b+=";background-color: "+this.colorString().background;b+=";color: "+this.color…
567colorString().background,"");b=b.replace(";color: "+this.colorString().foreground,"");a.node.setAt… method in sre.MmlHighlighter
569 …ound:a.style.color};a.style.backgroundColor=this.colorString().background;a.style.color=this.color…
570 …transform"))&&b.setAttribute("transform",d);b.setAttribute("fill",this.colorString().background);b…
571 this.colorString().foreground);return b};sre.SvgHighlighter.prototype.setHighlighted=function(a){"s…
573colorString().background,foreground:this.colorString().foreground};if("svg"===a.tagName||"MJX-CONT…
574colorString().background);a.parentNode.insertBefore(b,a);b={node:a,foreground:a.getAttribute("fill…
/plugin/openlayersmap/ol7/
H A Dol.js.map