mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Auto merge of #12878 - Manishearth:clip-path, r=heycam
stylo: Support clip-path Todo: - [x] `set_clip_path` (probably needs a bunch of gecko bindings for running constructors/destructors) - [ ] Ensure that I've ordered the coordinates correctly - [ ] Check that it works - [x] Might want to convert NS_STYLE_FILL_RULE and NS_RADIUS to enum classes Depends on: - https://github.com/servo/rust-bindgen/pull/29 - https://github.com/Manishearth/gecko-dev/compare/servo:stylo...Manishearth:clip-path <!-- 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/12878) <!-- Reviewable:end -->
This commit is contained in:
commit
609d47b44f
14 changed files with 627 additions and 14 deletions
|
@ -141,7 +141,8 @@ COMPILATION_TARGETS = {
|
|||
"nsStyleCoord::Calc", "nsRestyleHint", "ServoElementSnapshot",
|
||||
"nsChangeHint", "SheetParsingMode", "nsMainThreadPtrHandle",
|
||||
"nsMainThreadPtrHolder", "nscolor", "nsFont", "FontFamilyList",
|
||||
"FontFamilyType", "nsIAtom", "nsStyleContext"
|
||||
"FontFamilyType", "nsIAtom", "nsStyleContext", "StyleClipPath",
|
||||
"StyleBasicShapeType", "StyleBasicShape"
|
||||
],
|
||||
"void_types": [
|
||||
"nsINode", "nsIDocument", "nsIPrincipal", "nsIURI",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue