------------------------------------------------------------------------
| 207 | |
| 208 | //------------------------------------------------------------------------ |
| 209 | void path_renderer::stroke(const rgba8& s) |
| 210 | { |
| 211 | path_attributes& attr = cur_attr(); |
| 212 | attr.stroke_color = s; |
| 213 | attr.stroke_flag = true; |
| 214 | } |
| 215 | |
| 216 | //------------------------------------------------------------------------ |
| 217 | void path_renderer::even_odd(bool flag) |