Resync bindings

This commit is contained in:
Manish Goregaokar 2016-08-17 11:46:52 +05:30
parent 0d4d1b539e
commit 2fdbce0743
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
8 changed files with 68 additions and 83 deletions

View file

@ -34,6 +34,7 @@ ${helpers.predefined_type("fill-opacity", "Opacity", "1.0",
products="gecko", animatable=False)}
${helpers.single_keyword("fill-rule", "nonzero evenodd",
gecko_enum_prefix="StyleFillRule",
products="gecko", animatable=False)}
${helpers.single_keyword("shape-rendering",
@ -57,5 +58,5 @@ ${helpers.predefined_type("stroke-opacity", "Opacity", "1.0",
// Section 14 - Clipping, Masking and Compositing
${helpers.single_keyword("clip-rule", "nonzero evenodd",
products="gecko",
gecko_constant_prefix="NS_STYLE_FILL_RULE",
gecko_enum_prefix="StyleFillRule",
animatable=False)}