Using the new transparent_black() in the proper places.

This commit is contained in:
Adenilson Cavalcanti 2015-02-03 18:08:30 -08:00
parent e1db06475c
commit ffa23088ff
3 changed files with 3 additions and 3 deletions

View file

@ -154,7 +154,7 @@ impl<'a> PaintContext<'a> {
}
pub fn clear(&self) {
let pattern = ColorPattern::new(color::black());
let pattern = ColorPattern::new(color::transparent_black());
let rect = Rect(Point2D(self.page_rect.origin.x as AzFloat,
self.page_rect.origin.y as AzFloat),
Size2D(self.screen_rect.size.width as AzFloat,