( color )
| 16105 | } |
| 16106 | |
| 16107 | function fillPath( color ) { |
| 16108 | |
| 16109 | setFillStyle( color.getStyle() ); |
| 16110 | _context.fill(); |
| 16111 | |
| 16112 | } |
| 16113 | |
| 16114 | function patternPath( x0, y0, x1, y1, x2, y2, u0, v0, u1, v1, u2, v2, texture ) { |
| 16115 |
no test coverage detected