Fix gradient math and positioning. Formatting.

Start adding repeating gradients.
This commit is contained in:
Pyfisch 2017-04-17 10:50:14 +02:00
parent 6768614fdd
commit 803bc0395c
3 changed files with 175 additions and 179 deletions

View file

@ -20,7 +20,6 @@ use values::specified::url::SpecifiedUrl;
pub use values::specified::SizeKeyword;
impl ToComputedValue for specified::Image {
type ComputedValue = Image;