( color )
| 9887 | } |
| 9888 | |
| 9889 | function fillPath( color ) { |
| 9890 | |
| 9891 | setFillStyle( color.getContextStyle() ); |
| 9892 | _context.fill(); |
| 9893 | |
| 9894 | } |
| 9895 | |
| 9896 | function patternPath( x0, y0, x1, y1, x2, y2, u0, v0, u1, v1, u2, v2, texture ) { |
| 9897 |
no test coverage detected