mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
"added ellipse background gradient generation"
This commit is contained in:
@ -104,7 +104,7 @@ $(function() {
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "radial",
|
||||
type: "ellipse",
|
||||
x0: 0,
|
||||
y0: 0,
|
||||
x1: 50,
|
||||
@ -129,7 +129,7 @@ $(function() {
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "radial",
|
||||
type: "circle",
|
||||
x0: 0,
|
||||
y0: 0,
|
||||
x1: 50,
|
||||
@ -154,7 +154,7 @@ $(function() {
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "radial",
|
||||
type: "ellipse",
|
||||
x0: 0,
|
||||
y0: 0,
|
||||
x1: 50,
|
||||
@ -179,7 +179,7 @@ $(function() {
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "radial",
|
||||
type: "circle",
|
||||
x0: 0,
|
||||
y0: 0,
|
||||
x1: 50,
|
||||
@ -204,7 +204,7 @@ $(function() {
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "radial",
|
||||
type: "ellipse",
|
||||
x0: 0,
|
||||
y0: 0,
|
||||
x1: 50,
|
||||
@ -229,7 +229,7 @@ $(function() {
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "radial",
|
||||
type: "circle",
|
||||
x0: 0,
|
||||
y0: 0,
|
||||
x1: 50,
|
||||
|
Reference in New Issue
Block a user