------------------------------------------------------------------------
| 199 | |
| 200 | //------------------------------------------------------------------------ |
| 201 | void path_renderer::fill(const rgba8& f) |
| 202 | { |
| 203 | path_attributes& attr = cur_attr(); |
| 204 | attr.fill_color = f; |
| 205 | attr.fill_flag = true; |
| 206 | } |
| 207 | |
| 208 | //------------------------------------------------------------------------ |
| 209 | void path_renderer::stroke(const rgba8& s) |