fune/servo/components/style/values
Boris Chiou a1909a88ff Bug 1246764 - Part 2: Define path() for clip-path. r=emilio
For now, |clip-path: path()| is chrome-only, and not for shape-outside,
so we only implement the parser for clip-path. Besides, I didn't put
path() in BasicShape because path() doesn't use the reference box to
resolve the percentage or keywords (i.e. SVG path only accept floating
point or integer number as the css pixel value). Therefore, I add it into
ShapeSource, instead of BasicShape.

Differential Revision: https://phabricator.services.mozilla.com/D3633
2018-08-24 11:37:53 -07:00
..
animated Bug 1467622 - P4: Correct background/foreground ratio mixing. r=xidorn 2018-07-03 14:15:06 +10:00
computed Bug 1484316: Serialize clip-path and shape-outside using Servo. r=xidorn 2018-08-22 11:20:41 +02:00
generics Bug 1246764 - Part 2: Define path() for clip-path. r=emilio 2018-08-24 11:37:53 -07:00
specified Bug 1246764 - Part 2: Define path() for clip-path. r=emilio 2018-08-24 11:37:53 -07:00
distance.rs servo: Merge #20603 - Run rustfmt on selectors, servo_arc, and style (from bholley:rustfmt_style); r=Manishearth 2018-04-10 21:00:11 -04:00
mod.rs Bug 1466645: Avoid useless allocations in custom property name serialization. r=xidorn 2018-06-06 09:46:37 +02:00