| /plugin/diagramsnet/lib/img/lib/cumulus/ |
| D | ddos_server.svg | 1 …letter-spacing="0" word-spacing="0" fill="#fff"><tspan x="7.132" y="6.753" font-size="5.333">DDos<…
|
| D | switch.svg | 1 …etter-spacing="0" word-spacing="0" fill="#fff"><tspan x="5.362" y="6.939" font-size="5.333">Switch…
|
| /plugin/diagramsnet/lib/img/lib/ibm/vpc/ |
| D | SubnetTag.svg | 1 …ns-serif" letter-spacing="0" word-spacing="0"><tspan x="14.748" y="192.124" font-size="56.444">ACL…
|
| /plugin/diagramsnet/lib/img/lib/ibm/blockchain/ |
| D | key_management.svg | 1 …k:href="#A" startOffset="67.122298%"><tspan font-size="3" font-family="MyriadPro-Bold" fill="#fff"…
|
| /plugin/sequencediagram/bower_components/raphael/dev/ |
| D | raphael.svg.js | 594 tspan; 596 tspan = $("tspan"); 597 i && $(tspan, {dy: fontSize * leading, x: a.x}); 598 tspan.appendChild(R._g.doc.createTextNode(texts[i])); 599 node.appendChild(tspan); 600 tspans[i] = tspan;
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | diagram-js.css | 247 .djs-dragger tspan, 263 marker.djs-dragger tspan {
|
| D | bpmn-modeler.development.js | 18920 var tspan = create$1('tspan'); 18921 attr(tspan, { x: x, y: y }); 18923 tspan.textContent = line.text; 18925 append(textElement, tspan);
|
| /plugin/bpmnio/vendor/bpmn-js/dist/assets/ |
| D | diagram-js.css | 275 .djs-dragger tspan, 291 .djs-dragger marker tspan {
|
| /plugin/bpmnio/vendor/dmn-js/dist/assets/ |
| D | diagram-js.css | 275 .djs-dragger tspan, 291 .djs-dragger marker tspan {
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 21620 current.tspan = this.svgFactory.createElement('svg:tspan'); 21621 current.tspan.setAttributeNS(null, 'font-family', current.fontFamily); 21622 current.tspan.setAttributeNS(null, 'font-size', "".concat(pf(current.fontSize), "px")); 21623 current.tspan.setAttributeNS(null, 'y', pf(-current.y)); 21625 current.txtElement.appendChild(current.tspan); 21636 current.tspan = this.svgFactory.createElement('svg:tspan'); 21648 current.tspan = this.svgFactory.createElement('svg:tspan'); 21649 current.tspan.setAttributeNS(null, 'font-family', current.fontFamily); 21650 current.tspan.setAttributeNS(null, 'font-size', "".concat(pf(current.fontSize), "px")); 21651 current.tspan.setAttributeNS(null, 'y', pf(-current.y)); [all …]
|
| D | pdf.js.map | 1 …tspan = this.svgFactory.createElement('svg:tspan');\n current.tspan.setAttributeNS(null, 'font-…
|
| /plugin/achart/assets/ |
| D | apexcharts.css | 26 .apexcharts-text tspan {
|
| D | apexcharts.min.js | 6 …tspan(s[e]):t.tspan(s[e]).newLine()})):p?f.globals.dom.Paper.plain(s):f.globals.dom.Paper.text((fu… method
|
| /plugin/bpmnioeditor/ |
| D | style.css | 252 .djs-dragger tspan, 268 marker.djs-dragger tspan {
|
| /plugin/callflow/ |
| D | raphael.js | 6334 tspan; 6336 tspan = $("tspan"); 6337 i && $(tspan, {dy: fontSize * leading, x: a.x}); 6338 tspan.appendChild(R._g.doc.createTextNode(texts[i])); 6339 node.appendChild(tspan); 6340 tspans[i] = tspan;
|
| /plugin/advrack/ |
| D | raphael.js | 6340 tspan; 6342 tspan = $("tspan"); 6343 i && $(tspan, {dy: fontSize * leading, x: a.x}); 6344 tspan.appendChild(R._g.doc.createTextNode(texts[i])); 6345 node.appendChild(tspan); 6346 tspans[i] = tspan;
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/ |
| D | CHANGELOG.md | 291 - SVG images now supports `<tspan>` element e.g. `<tspan x,y,dx,dy,text-anchor >`, and also `<tref>`
|
| /plugin/amcharts/assets/amcharts/plugins/export/ |
| D | README.md | 1029 * Added: Multiline support (workaround until fabricJS supports tspan)
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …tspan","labelHelper","_classes","labelText","dv","halfPadding","updateNodeBounds","insertPolygonSh…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …tspan\")\n .attr(\"xml:space\", \"preserve\")\n .attr(\"dy\", \"1em\")\n .attr(\"x\…
|
| D | bundle.js | 241 …nchor=u.messageAlign,v.valign=u.messageAlign,v.textMargin=u.wrapPadding,v.tspan=!1,Object(r.drawTe… 249 …tspan){var h=u.append("tspan");h.attr("x",t.x),void 0!==t.fill&&h.attr("fill",t.fill),h.text(d)}el…
|
| D | 2.2.js.map | 1 …solidcolor', 'stop', 'svg', 'switch',\n 'symbol', 'text', 'textPath', 'tspan', 'use', 'view'];\…
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | abc2svg-1.js | 6830 function tspan(nf,of){var cl function 6856 return c+tspan(c_font,o_font)}
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 350 …("text-anchor",e.anchor),e.class&&n.attr("class",e.class);let i=n.append("tspan");return i.attr("x… property 1387 …tspan){let g=p.append("tspan");g.attr("x",e.x),e.fill!==void 0&&g.attr("fill",e.fill),g.text(m)}el…
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | bundle.js | 241 …nchor=u.messageAlign,v.valign=u.messageAlign,v.textMargin=u.wrapPadding,v.tspan=!1,Object(r.drawTe… 249 …tspan){var h=u.append("tspan");h.attr("x",t.x),void 0!==t.fill&&h.attr("fill",t.fill),h.text(d)}el…
|