dictionary PaintOptions { DOMString? fillPattern = "black"; DOMString? strokePattern = null; Point position; }; dictionary WetPaintOptions : PaintOptions { float hydrometry; }; dictionary PaintOptions { DOMString? fillPattern = "black"; DOMString? strokePattern = null; Point position; }; DOMString? fillPattern = "black"; DOMString? strokePattern = null; Point position; dictionary WetPaintOptions : PaintOptions { float hydrometry; }; float hydrometry;