mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
parent
145c89a2d4
commit
430a65be07
17 changed files with 12 additions and 927 deletions
|
@ -3,12 +3,12 @@
|
|||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use app_units::Au;
|
||||
use azure::azure_hl::{ AntialiasMode, Color, ColorPattern, CompositionOp };
|
||||
use azure::azure_hl::{AntialiasMode, Color,
|
||||
use raqote::{GradientStop, Source, SolidSource};
|
||||
use raqote::{Source, SolidSource},
|
||||
ColorPattern, CompositionOp};
|
||||
use euclid::Size2D;
|
||||
use azure::azure::AzIntSize;
|
||||
use azure::azure::{AzIntSize};
|
||||
use raqote::Gradient;
|
||||
use raqote::{Gradient};
|
||||
|
||||
|
||||
mod paint_context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue