( dashSizeValue, gapSizeValue )
| 14648 | } |
| 14649 | |
| 14650 | function setDashAndGap( dashSizeValue, gapSizeValue ) { |
| 14651 | |
| 14652 | if ( _contextDashSize !== dashSizeValue || _contextGapSize !== gapSizeValue ) { |
| 14653 | |
| 14654 | _context.setLineDash( [ dashSizeValue, gapSizeValue ] ); |
| 14655 | _contextDashSize = dashSizeValue; |
| 14656 | _contextGapSize = gapSizeValue; |
| 14657 | |
| 14658 | } |
| 14659 | |
| 14660 | } |
| 14661 | |
| 14662 | }; |
| 14663 | /** |