mirror of
https://github.com/servo/servo.git
synced 2025-10-17 00:39:15 +01:00
Support None and NotSet for the fallback type of SVGPaint. <!-- Please describe your changes on the following line: --> We didn't set None and NotSet for the fallback type of SVGPaint, and it caused the fallback color is wrong when fallback color is empty or keyword `none`. So, we add the None and NotSet support for it. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix [Bug 1380590](https://bugzilla.mozilla.org/show_bug.cgi?id=1380590) <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because of the test cases already in Gecko. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18376) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
background.rs | ||
basic_shape.rs | ||
border.rs | ||
box.rs | ||
counters.rs | ||
effects.rs | ||
flex.rs | ||
gecko.rs | ||
grid.rs | ||
image.rs | ||
mod.rs | ||
position.rs | ||
rect.rs | ||
svg.rs | ||
text.rs | ||
transform.rs |