mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-23 20:55:47 +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
11 lines
No EOL
732 B
XML
11 lines
No EOL
732 B
XML
<?xml version="1.0" standalone="no" ?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="105" height="77" xml:space="preserve">
|
|
<desc>Created with Fabric.js 1.0.12
|
|
</desc>
|
|
<linearGradient id="linear" gradientUnits="userSpaceOnUse" x1="0" y1="0" x2="0" y2="77" >
|
|
<stop offset="0%" style="stop-color:#cc5232;stop-opacity:0"/>
|
|
<stop offset="100%" style="stop-color:#b0c72d;stop-opacity:1"/>
|
|
</linearGradient>
|
|
<rect x="0" y="0" rx="0" ry="0" width="105" height="77" style="stroke: none; stroke-width: 0; stroke-dasharray: ; fill: url(#linear); opacity: 1;"/>
|
|
</svg> |