mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-28 14:58:16 +00:00
* improving golddens * more tests * test passing * removed dist * fixed travis * make visual running in browser too * more travis * fixed travis * fixed travis * more coffee
13 lines
No EOL
486 B
XML
13 lines
No EOL
486 B
XML
<?xml version="1.0" standalone="no"?>
|
|
|
|
<svg width="120" height="120" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="Gradient2" x1="0" x2="0" y1="0" y2="100%">
|
|
<stop offset="0%" stop-color="red"/>
|
|
<stop offset="50%" stop-color="black" stop-opacity="0.5"/>
|
|
<stop offset="100%" stop-color="blue"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="10" y="10" rx="15" ry="15" width="100" height="100" fill="url(#Gradient2)"/>
|
|
|
|
</svg> |