Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
33 changes: 33 additions & 0 deletions black.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="base">
<stop offset="0" stop-color="#444" />
<stop offset="1" stop-color="#000" />
</linearGradient>

<radialGradient id="center">
<stop offset="0" stop-color="#333" />
<stop offset="1" stop-color="#222" />
</radialGradient>

<linearGradient id="ring">
<stop offset="0" stop-color="#222" />
<stop offset="1" stop-color="#444" />
</linearGradient>

<style>
<![CDATA[
#base { fill: url(#base); }
#ring { fill: url(#ring); }
#center { fill: url(#center); }

]]>
</style>
</defs>

<circle cx="50" cy="50" r="50" id="base" />
<circle cx="50" cy="50" r="30" id="ring" />
<circle cx="50" cy="50" r="25" id="center" />


</svg>
357 changes: 0 additions & 357 deletions old/double.html

This file was deleted.

Loading