mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
39
layout/reftests/svg/radialGradient-basic-03-ref.svg
Normal file
39
layout/reftests/svg/radialGradient-basic-03-ref.svg
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" >
|
||||
|
||||
<title>Reference for gradient</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=441780 -->
|
||||
|
||||
<defs>
|
||||
<radialGradient id="gradient1" fx="0.002">
|
||||
<stop offset="0" stop-color="lime" />
|
||||
<stop offset="1" stop-color="red"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient2" r="0.4" fx="0.104">
|
||||
<stop offset="0" stop-color="lime" />
|
||||
<stop offset="1" stop-color="red"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient3" fx="0.998">
|
||||
<stop offset="0" stop-color="lime" />
|
||||
<stop offset="1" stop-color="red"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient4" r="0.7" fx="1.197">
|
||||
<stop offset="0" stop-color="lime" />
|
||||
<stop offset="1" stop-color="red"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="gradient5" r="0.2" fx="0.308">
|
||||
<stop offset="0" stop-color="lime" />
|
||||
<stop offset="1" stop-color="red"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
|
||||
<circle cx="100" cy="100" r="50" fill="url(#gradient1)"/>
|
||||
<circle cx="100" cy="200" r="50" fill="url(#gradient2)"/>
|
||||
<circle cx="200" cy="100" r="50" fill="url(#gradient3)"/>
|
||||
<circle cx="200" cy="200" r="50" fill="url(#gradient4)"/>
|
||||
<circle cx="300" cy="100" r="50" fill="url(#gradient5)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue