mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-21 03:48:43 +00: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;
|
|
}; |