mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add attributes for canvas shadows.
This commit is contained in:
parent
37fcced0fa
commit
473afdb196
15 changed files with 106 additions and 70 deletions
|
@ -65,10 +65,10 @@ interface CanvasRenderingContext2D {
|
|||
//CanvasPattern createPattern(CanvasImageSource image, [TreatNullAs=EmptyString] DOMString repetition);
|
||||
|
||||
// shadows
|
||||
// attribute unrestricted double shadowOffsetX; // (default 0)
|
||||
// attribute unrestricted double shadowOffsetY; // (default 0)
|
||||
// attribute unrestricted double shadowBlur; // (default 0)
|
||||
// attribute DOMString shadowColor; // (default transparent black)
|
||||
attribute unrestricted double shadowOffsetX; // (default 0)
|
||||
attribute unrestricted double shadowOffsetY; // (default 0)
|
||||
attribute unrestricted double shadowBlur; // (default 0)
|
||||
attribute DOMString shadowColor; // (default transparent black)
|
||||
|
||||
// rects
|
||||
//[LenientFloat]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue