File:Ellipse gradient.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 400 × 150 pixels. Other resolutions: 320 × 120 pixels | 640 × 240 pixels | 1,024 × 384 pixels | 1,280 × 480 pixels | 2,560 × 960 pixels.
Original file (SVG file, nominally 400 × 150 pixels, file size: 300 bytes)
File information
Structured data
Captions
Contents
Summary
[edit]Licensing
DescriptionEllipse gradient.svg |
English: Linear gradient example |
Date | |
Source | http://www.w3schools.com/graphics/svg_grad_linear.asp |
Author | Sarang |
SVG development InfoField | This vector image was created with a text editor. |
Source code InfoField | Xml<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="150">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(255,255,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,0,0);stop-opacity:1" />
</linearGradient>
</defs>
<ellipse cx="200" cy="70" rx="85" ry="55" fill="url(#grad1)" />
</svg>
Simplified code<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="150">
<linearGradient id="g">
<stop offset="0" stop-color="#FF0"/>
<stop offset="1" stop-color="#F00"/>
</linearGradient>
<ellipse cx="200" cy="70" rx="85" ry="55" fill="url(#g)"/>
</svg>
|
Public domainPublic domainfalsefalse |
This image of simple geometry is ineligible for copyright and therefore in the public domain, because it consists entirely of information that is common property and contains no original authorship. |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 10:03, 11 December 2016 | 400 × 150 (300 bytes) | Sarang (talk | contribs) | {{Information |Description={{en|Linear gradient example}} |Date=2016-12-11 |Source=http://www.w3schools.com/graphics/svg_grad_linear.asp |Author={{Ut|Sarang}} |Other fields={{Igen|T|+|T= {{Created with code|h1=http://www.w3schools.com/graphics/svg_grad... |
You cannot overwrite this file.
File usage on Commons
The following 2 pages use this file:
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Width | 400 |
---|---|
Height | 150 |