mirror of
https://github.com/servo/servo.git
synced 2025-07-11 17:33:47 +01:00
9 lines
No EOL
185 B
Text
9 lines
No EOL
185 B
Text
dictionary PaintOptions {
|
|
DOMString? fillPattern = "black";
|
|
DOMString? strokePattern = null;
|
|
Point position;
|
|
};
|
|
|
|
dictionary WetPaintOptions : PaintOptions {
|
|
float hydrometry;
|
|
}; |