mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Remove and allow some dead code.
This commit is contained in:
parent
8f2d624cbf
commit
1bc0862214
28 changed files with 20 additions and 152 deletions
|
@ -3,7 +3,6 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// https://svgwg.org/svg2-draft/types.html#InterfaceSVGGraphicsElement
|
||||
[Pref="dom.svg.enabled"]
|
||||
//dictionary SVGBoundingBoxOptions {
|
||||
// boolean fill = true;
|
||||
// boolean stroke = false;
|
||||
|
@ -11,6 +10,7 @@
|
|||
// boolean clipped = false;
|
||||
//};
|
||||
|
||||
[Abstract, Pref="dom.svg.enabled"]
|
||||
interface SVGGraphicsElement : SVGElement {
|
||||
//[SameObject] readonly attribute SVGAnimatedTransformList transform;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue