mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09: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;
|
|
}; |