mirror of
https://github.com/servo/servo.git
synced 2025-07-12 09:53:40 +01:00
11 lines
No EOL
216 B
Text
11 lines
No EOL
216 B
Text
// Extracted from Web IDL editors draft May 31 2011
|
|
dictionary PaintOptions {
|
|
DOMString? fillPattern = "black";
|
|
DOMString? strokePattern = null;
|
|
Point position;
|
|
};
|
|
|
|
partial dictionary A {
|
|
long h;
|
|
long d;
|
|
}; |