MCPcopy
hub / github.com/sligter/LandPPT / Path

Function Path

src/landppt/web/static/js/dom-to-pptx.bundle.js:22960–22965  ·  view source on GitHub ↗

* A bézier path containing a set of path commands similar to a SVG path. * Paths can be drawn on a context using `draw`. * @exports opentype.Path * @class * @constructor

()

Source from the content-addressed store, hash-verified

22958 * @constructor
22959 */
22960 function Path() {
22961 this.commands = [];
22962 this.fill = 'black';
22963 this.stroke = null;
22964 this.strokeWidth = 1;
22965 }
22966
22967 /**
22968 * @param {number} x

Callers 15

reload_ai_configFunction · 0.85
__init__Method · 0.85
convert_pdf_to_pptxMethod · 0.85
convert_with_temp_pdfMethod · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls