mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 08:51:46 +00:00
11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
// 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;
|
|
}; |