mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add SVGLength which accepts context-value, and use it for stroke-{width,dashoffset}.
This commit is contained in:
parent
3991e7d344
commit
aa80859a71
8 changed files with 182 additions and 49 deletions
|
@ -43,7 +43,7 @@ pub use self::length::{LengthOrPercentageOrNone, MaxLength, MozLength};
|
|||
pub use self::length::{NoCalcLength, Percentage, ViewportPercentageLength};
|
||||
pub use self::rect::LengthOrNumberRect;
|
||||
pub use self::position::{Position, PositionComponent};
|
||||
pub use self::svg::{SVGPaint, SVGPaintKind};
|
||||
pub use self::svg::{SVGLength, SVGPaint, SVGPaintKind};
|
||||
pub use self::text::{InitialLetter, LetterSpacing, LineHeight, WordSpacing};
|
||||
pub use self::transform::{TimingFunction, TransformOrigin};
|
||||
pub use super::generics::grid::GridLine;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue