mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix formatting.
This commit is contained in:
parent
97f5dacc29
commit
db362184fd
5 changed files with 116 additions and 90 deletions
|
@ -199,9 +199,7 @@ impl<'a> CanvasPaintThread<'a> {
|
|||
self.canvas(canvas_id).set_shadow_offset_y(value)
|
||||
},
|
||||
Canvas2dMsg::SetShadowBlur(value) => self.canvas(canvas_id).set_shadow_blur(value),
|
||||
Canvas2dMsg::SetShadowColor(color) => self
|
||||
.canvas(canvas_id)
|
||||
.set_shadow_color(color),
|
||||
Canvas2dMsg::SetShadowColor(color) => self.canvas(canvas_id).set_shadow_color(color),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue