Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js6 …eDashArray);this._stroke&&this._stroke(ctx)}else{this._renderDashedStroke&&this._renderDashedStrok…
8_renderDashedStroke:function(ctx){var p=this.calcLinePoints();ctx.beginPath();fabric.util.drawDash… method in fabric.Polyline
9 …is.height/2,this.width,this.height);ctx.closePath();ctx.restore()},_renderDashedStroke:function(ct…
H A Dfabric.js11619 this._renderDashedStroke && this._renderDashedStroke(ctx);
13663 _renderDashedStroke: function(ctx) {
14119 _renderDashedStroke: function(ctx) {
14526 _renderDashedStroke: function(ctx) {
14759 _renderDashedStroke: function(ctx) {
15011 _renderDashedStroke: function(ctx) {
15012 fabric.Polyline.prototype._renderDashedStroke.call(this, ctx); method in fabric.Polyline
17055 _renderDashedStroke: function(ctx) {