- Timestamp:
- 04/23/07 08:32:07 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp
r21035 r21041 578 578 579 579 cairo_t* context = m_data->context; 580 cairo_save(context); 580 581 cairo_push_group(context); 581 582 // We insert the opacity into a Cairo surface data slot. … … 598 599 cairo_pop_group_to_source(context); 599 600 cairo_paint_with_alpha(context, opacity); 601 cairo_restore(context); 600 602 } 601 603