( color )
| 15837 | } |
| 15838 | |
| 15839 | function fillPath( color ) { |
| 15840 | |
| 15841 | setFillStyle( color.getStyle() ); |
| 15842 | _context.fill(); |
| 15843 | |
| 15844 | } |
| 15845 | |
| 15846 | function patternPath( x0, y0, x1, y1, x2, y2, u0, v0, u1, v1, u2, v2, texture ) { |
| 15847 |
no test coverage detected