Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js2864 var lastGeoStyle = -1;
2865 lastGeoStyle = this.processGeo(shape, p, parsedGeom, lastGeoStyle, true);
2866 lastGeoStyle = this.processGeo(shape, p, parsedGeom, lastGeoStyle, false);
2871 this.closePath(parsedGeom, lastGeoStyle);
2887 …mxVsdxGeometryList.prototype.processGeo = function (shape, p, parsedGeom, lastGeoStyle, withFill) { argument
2904 if (lastGeoStyle === -1) {
2908 else if (lastGeoStyle !== geoStyle) {
2909 this_2.closePath(parsedGeom, lastGeoStyle);
2916 lastGeoStyle = geoStyle;
2924 return lastGeoStyle;