aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/specified/svg_path.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-1030/+0
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-3/+1
* style: [css-properties-values-api] Parsing and serialization for @property sy...Zach Hoffman2023-11-241-2/+2
* style: Reject empty svg path string for basic shape path functionBoris Chiou2023-11-241-20/+48
* style: Re-define CoordPair structBoris Chiou2023-11-211-6/+10
* style: Clean up list interpolation codeEmilio Cobos Álvarez2023-11-061-22/+10
* style: Run rustfmt on servo/components/style and servo/ports/geckolibTing-Yu Lin2023-06-091-9/+9
* Further changes required by ServoOriol Brufau2023-05-241-0/+1
* style: Part 7: Notify style system when SMIL animation changes d attributeBoris Chiou2023-05-241-0/+115
* style: Reformat recent changes.Emilio Cobos Álvarez2020-04-161-3/+12
* style: Ensure that derived types are right for optimized-away implementations.Emilio Cobos Álvarez2020-04-161-2/+9
* style: Make the empty svg path valid.Boris Chiou2020-02-121-5/+0
* style: Use Serde for SVGOffsetPath.Boris Chiou2020-02-121-1/+11
* style: Add new layer messages for passing motion path info.Boris Chiou2019-11-041-4/+7
* style: Expand and simplify a macro that's not very useful.Emilio Cobos Álvarez2019-08-151-25/+15
* style: Deindent a bit SVG path parsing code.Emilio Cobos Álvarez2019-08-151-32/+28
* style: Rustfmt + build fix.Emilio Cobos Álvarez2019-05-101-3/+4
* style: Add bindings for ArcSlice and ThinArc, and use them to reduce copies o...Emilio Cobos Álvarez2019-05-101-19/+20
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-0/+1
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-2/+12
* style: Derive more.Bobby Holley2019-01-291-9/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-4/+4
* Reorder importsPyfisch2018-11-061-2/+2
* Format remaining filesPyfisch2018-11-061-1/+0
* style: Flip boolean half way for path interpolation.Boris Chiou2018-09-221-3/+29
* style: Teach ComputeSquaredDistance derive about #[animation(constant)].Emilio Cobos Álvarez2018-09-151-7/+0
* Format style component.chansuke2018-09-091-63/+220
* style: Use the standalone struct and enum for the flags in SVG path.Boris Chiou2018-09-091-109/+101
* style: Make offset-path: path() animatable.Boris Chiou2018-09-091-3/+60
* style: Make SVGPathData and clip-path: path() animatable.Boris Chiou2018-09-091-2/+144
* style: Parse byte slice in PathParser.Boris Chiou2018-09-031-48/+46
* style: Move SVGPathData and its parser into svg_path.rs.Boris Chiou2018-09-031-0/+517