aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/computed/svg.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-68/+0
* style: Use ColorMix for interpolated colors in the computed style rather than...Emilio Cobos Álvarez2023-08-161-3/+1
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-1/+3
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-3/+1
* style: Part 1: Add SVG d property in CSSBoris Chiou2023-05-241-1/+1
* style: Use cbindgen for SVG lengths.Emilio Cobos Álvarez2020-04-161-2/+2
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-07-081-1/+1
* style: Use cbindgen for fill and stroke.Emilio Cobos Álvarez2019-07-081-5/+4
* style: Simplify parsing and storage of SVG paint server fallback. r=borisEmilio Cobos Álvarez2019-07-081-10/+1
* style: Use more compact and ffi-friendly types for some svg props.Emilio Cobos Álvarez2019-07-081-3/+3
* style: Reformat recent changes.Emilio Cobos Álvarez2019-03-131-3/+1
* style: Cleanup and fix interpolation of SVG lengths.Emilio Cobos Álvarez2019-03-131-35/+7
* style: Add a Zero trait that doesn't require Add, and use it in place of num_...Emilio Cobos Álvarez2019-03-131-0/+1
* style: Rename LengthOrPercentage to LengthPercentage.Emilio Cobos Álvarez2019-01-081-18/+18
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-9/+9
* style: Some minor formatting nits.Emilio Cobos Álvarez2018-11-081-3/+2
* Reorder importsPyfisch2018-11-061-2/+4
* Format remaining filesPyfisch2018-11-061-2/+2
* Fix tidy issues.Emilio Cobos Álvarez2018-11-051-3/+1
* style: Simplify the SVG animation code.Emilio Cobos Álvarez2018-11-051-8/+12
* style: Change nscolor to StyleComplexColor.Dan Glastonbury2018-07-161-3/+4
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-6/+8
* Implement a URL-generic type for list-style-imageFausto Núñez Alberro2018-04-031-1/+2
* style: Move -moz-context-properties outside of makoIgor Gutorov2018-01-121-0/+2
* style: Move paint-order outside of makoCYBAI2018-01-101-0/+2
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+2
* Introduce CSSPixelLength and update NonNegativeLength.Boris Chiou2017-09-131-3/+3
* Add SVGLengthOrPercentageOrNumber for stroke-*.Mantaroh Yoshinaga2017-08-181-9/+34
* Introduce ComputedUrlFausto Núñez Alberro2017-08-091-2/+3
* Bug 1374233 - Part 9: Add NonNegativeLengthOrPercentageOrNumber for stroke-{w...Boris Chiou2017-08-041-1/+11
* Add context-{fill,stroke}-opacity support to {fill,stroke}-opacity.Xidorn Quan2017-08-021-1/+10
* Make stroke-dasharray accept context-value.Xidorn Quan2017-08-021-0/+9
* Add SVGLength which accepts context-value, and use it for stroke-{width,dasho...Xidorn Quan2017-08-021-1/+12
* Add svg mods and move SVG-related types into them.Xidorn Quan2017-08-021-0/+33