feat(params): add parameters, macros, RAVE controls and resources
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="720" viewBox="0 0 1200 720">
|
||||
<rect width="1200" height="720" fill="#101117"/>
|
||||
<radialGradient id="r" cx="0.5" cy="0" r="1.2">
|
||||
<stop offset="0" stop-color="#1a1c24" stop-opacity="1"/>
|
||||
<stop offset="1" stop-color="#101117" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<rect width="1200" height="720" fill="url(#r)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 391 B |
Reference in New Issue
Block a user