( color )
| 16063 | } |
| 16064 | |
| 16065 | function fillPath( color ) { |
| 16066 | |
| 16067 | setFillStyle( color.getStyle() ); |
| 16068 | _context.fill(); |
| 16069 | |
| 16070 | } |
| 16071 | |
| 16072 | function patternPath( x0, y0, x1, y1, x2, y2, u0, v0, u1, v1, u2, v2, texture ) { |
| 16073 |
no test coverage detected