( dashSizeValue, gapSizeValue )
| 16490 | } |
| 16491 | |
| 16492 | function setDashAndGap( dashSizeValue, gapSizeValue ) { |
| 16493 | |
| 16494 | if ( _contextDashSize !== dashSizeValue || _contextGapSize !== gapSizeValue ) { |
| 16495 | |
| 16496 | _context.setLineDash( [ dashSizeValue, gapSizeValue ] ); |
| 16497 | _contextDashSize = dashSizeValue; |
| 16498 | _contextGapSize = gapSizeValue; |
| 16499 | |
| 16500 | } |
| 16501 | |
| 16502 | } |
| 16503 | |
| 16504 | }; |
| 16505 |