mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Fix tidy issues.
This commit is contained in:
parent
29f56919e2
commit
8560c8dd5a
4 changed files with 4 additions and 6 deletions
|
@ -5,13 +5,13 @@
|
|||
//! Animation implementations for various SVG-related types.
|
||||
|
||||
use properties::animated_properties::ListAnimation;
|
||||
use super::{Animate, Procedure, ToAnimatedZero};
|
||||
use values::animated::color::Color as AnimatedColor;
|
||||
use values::computed::{Number, NumberOrPercentage, LengthOrPercentage};
|
||||
use values::computed::url::ComputedUrl;
|
||||
use values::distance::{ComputeSquaredDistance, SquaredDistance};
|
||||
use values::generics::svg::{SVGLength, SvgLengthOrPercentageOrNumber, SVGPaint};
|
||||
use values::generics::svg::{SVGStrokeDashArray, SVGOpacity};
|
||||
use super::{Animate, Procedure, ToAnimatedZero};
|
||||
|
||||
/// Animated SVGPaint.
|
||||
pub type IntermediateSVGPaint = SVGPaint<AnimatedColor, ComputedUrl>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue