blob: 48f8a0fdceb6c24b2dfdfbd2c53439e65054aa7f [file] [log] [blame]
dictionary PaintOptions {
DOMString? fillPattern = "black";
DOMString? strokePattern = null;
Point position;
};
dictionary WetPaintOptions : PaintOptions {
float hydrometry;
};