( color )
| 16017 | } |
| 16018 | |
| 16019 | function fillPath( color ) { |
| 16020 | |
| 16021 | setFillStyle( color.getStyle() ); |
| 16022 | _context.fill(); |
| 16023 | |
| 16024 | } |
| 16025 | |
| 16026 | function patternPath( x0, y0, x1, y1, x2, y2, u0, v0, u1, v1, u2, v2, texture ) { |
| 16027 |
no test coverage detected