( color )
| 14367 | } |
| 14368 | |
| 14369 | function fillPath( color ) { |
| 14370 | |
| 14371 | setFillStyle( color.getStyle() ); |
| 14372 | _context.fill(); |
| 14373 | |
| 14374 | } |
| 14375 | |
| 14376 | function patternPath( x0, y0, x1, y1, x2, y2, u0, v0, u1, v1, u2, v2, texture ) { |
| 14377 |
no test coverage detected