Sha256: 945f4944f8a7007c81451221153f96192bdfde6fb50a8ef950c264b94791d257
Contents?: true
Size: 495 Bytes
Versions: 3
Compression:
Stored size: 495 Bytes
Contents
<?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 version="1.1" xmlns="http://www.w3.org/2000/svg" viewPort="0 0 100 100"> <defs> <linearGradient id="MyGradient"> <stop offset="0%" stop-color="black"/> <stop offset="100%" stop-color="white"/> </linearGradient> </defs> <rect fill="url(#MyGradient)" stroke-width="0" width="100%" height="100%"/> </svg>
Version data entries
3 entries across 3 versions & 1 rubygems