Changeset 840 for trunk/src/cairo_renderer.cpp
- Timestamp:
- 01/29/09 10:27:27 (18 months ago)
- Files:
-
- 1 modified
-
trunk/src/cairo_renderer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/cairo_renderer.cpp
r821 r840 504 504 { 505 505 cairo_context context(context_); 506 507 context.set_color(*bg); 506 context.set_color(*bg, bg->alpha()/255.0); 508 507 context.paint(); 509 508 }
