summaryrefslogtreecommitdiffstats
path: root/layout/svg/nsCSSClipPathInstance.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1650 - Add null check.Moonchild2020-09-21-1/+1
| | | | | | There are situations where nsCSSClipPathinstance->CreateClipPath(dt) returns null. We need to check for this before trying to use its functions. If there is no clip path, then always return "no hit".
* issue #908 - implement missing parts of CSS maskyami2019-02-02-113/+3
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+377