mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement gradient fill styles for canvas.
This commit is contained in:
parent
34950418ea
commit
d3199aef74
55 changed files with 290 additions and 228 deletions
|
@ -6,7 +6,7 @@
|
|||
interface CanvasGradient {
|
||||
// opaque object
|
||||
// addColorStop should take a double
|
||||
//void addColorStop(float offset, DOMString color);
|
||||
void addColorStop(float offset, DOMString color);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue