mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Move paint-order outside of mako
This commit is contained in:
parent
e2c89df8ee
commit
2bc02bc78d
5 changed files with 148 additions and 148 deletions
|
@ -11,6 +11,8 @@ use values::computed::{NonNegativeNumber, NonNegativeLengthOrPercentage, Number}
|
|||
use values::computed::Opacity;
|
||||
use values::generics::svg as generic;
|
||||
|
||||
pub use values::specified::SVGPaintOrder;
|
||||
|
||||
/// Computed SVG Paint value
|
||||
pub type SVGPaint = generic::SVGPaint<RGBA, ComputedUrl>;
|
||||
/// Computed SVG Paint Kind value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue