mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
dictionary PaintOptions {
|
|
DOMString? fillPattern = "black";
|
|
DOMString? strokePattern = null;
|
|
Point position;
|
|
};
|
|
|
|
dictionary WetPaintOptions : PaintOptions {
|
|
float hydrometry;
|
|
}; |