( color )
| 16210 | } |
| 16211 | |
| 16212 | function fillPath( color ) { |
| 16213 | |
| 16214 | setFillStyle( color.getStyle() ); |
| 16215 | _context.fill(); |
| 16216 | |
| 16217 | } |
| 16218 | |
| 16219 | function patternPath( x0, y0, x1, y1, x2, y2, u0, v0, u1, v1, u2, v2, texture ) { |
| 16220 |
no test coverage detected