File:SVG edge case - zero scale gradient librsvg.png
Summary
Description |
English: The file contains three squares: A green square on top of a special square on top of a red square. The special square's fill is a linear gradient with gradientTransform="scale(0)"
As of January 2019:
|
|||
Date | ||||
Source |
|
|||
Author | TilmannR | |||
SVG | <?xml version="1.0" encoding="UTF-8"?>
<svg width="96" height="96" xmlns="http://www.w3.org/2000/svg">
<linearGradient id="a" gradientTransform="scale(0)">
<stop stop-color="#00f" offset="0"/>
<stop stop-color="#ff0" offset="1"/>
</linearGradient>
<rect x="0" y="0" width="80" height="80" fill="#f40"/>
<rect x="8" y="8" width="80" height="80" fill="url(#a)"/>
<rect x="16" y="16" width="80" height="80" fill="#0f4"/>
</svg>
|
Licensing
![]() |
This work 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. |