()
| 6 | let loaded = false; |
| 7 | |
| 8 | function load() { |
| 9 | schemesJSX['viridis'] = ( |
| 10 | <svg viewBox="0,0,1,1" preserveAspectRatio="none"> |
| 11 | <defs> |
| 12 | <linearGradient id="gradient-viridis"> |
| 13 | <stop offset="0%" stopColor="#440154"></stop> |
| 14 | <stop offset="10%" stopColor="#482475"></stop> |
| 15 | <stop offset="20%" stopColor="#414487"></stop> |
| 16 | <stop offset="30%" stopColor="#355f8d"></stop> |
| 17 | <stop offset="40%" stopColor="#2a788e"></stop> |
| 18 | <stop offset="50%" stopColor="#21918c"></stop> |
| 19 | <stop offset="60%" stopColor="#22a884"></stop> |
| 20 | <stop offset="70%" stopColor="#44bf70"></stop> |
| 21 | <stop offset="80%" stopColor="#7ad151"></stop> |
| 22 | <stop offset="90%" stopColor="#bddf26"></stop> |
| 23 | <stop offset="100%" stopColor="#fde725"></stop> |
| 24 | </linearGradient> |
| 25 | </defs> |
| 26 | <rect fill="url(#gradient-viridis)" x="0" y="0" width="1" height="1"></rect> |
| 27 | </svg> |
| 28 | ); |
| 29 | schemesJSX['inferno'] = ( |
| 30 | <svg viewBox="0,0,1,1" preserveAspectRatio="none"> |
| 31 | <defs> |
| 32 | <linearGradient id="gradient-inferno"> |
| 33 | <stop offset="0%" stopColor="#000004"></stop> |
| 34 | <stop offset="10%" stopColor="#160b39"></stop> |
| 35 | <stop offset="20%" stopColor="#420a68"></stop> |
| 36 | <stop offset="30%" stopColor="#6a176e"></stop> |
| 37 | <stop offset="40%" stopColor="#932667"></stop> |
| 38 | <stop offset="50%" stopColor="#bc3754"></stop> |
| 39 | <stop offset="60%" stopColor="#dd513a"></stop> |
| 40 | <stop offset="70%" stopColor="#f37819"></stop> |
| 41 | <stop offset="80%" stopColor="#fca50a"></stop> |
| 42 | <stop offset="90%" stopColor="#f6d746"></stop> |
| 43 | <stop offset="100%" stopColor="#fcffa4"></stop> |
| 44 | </linearGradient> |
| 45 | </defs> |
| 46 | <rect fill="url(#gradient-inferno)" x="0" y="0" width="1" height="1"></rect> |
| 47 | </svg> |
| 48 | ); |
| 49 | schemesJSX['magma'] = ( |
| 50 | <svg viewBox="0,0,1,1" preserveAspectRatio="none"> |
| 51 | <defs> |
| 52 | <linearGradient id="gradient-magma"> |
| 53 | <stop offset="0%" stopColor="#000004"></stop> |
| 54 | <stop offset="10%" stopColor="#140e36"></stop> |
| 55 | <stop offset="20%" stopColor="#3b0f70"></stop> |
| 56 | <stop offset="30%" stopColor="#641a80"></stop> |
| 57 | <stop offset="40%" stopColor="#8c2981"></stop> |
| 58 | <stop offset="50%" stopColor="#b73779"></stop> |
| 59 | <stop offset="60%" stopColor="#de4968"></stop> |
| 60 | <stop offset="70%" stopColor="#f7705c"></stop> |
| 61 | <stop offset="80%" stopColor="#fe9f6d"></stop> |
| 62 | <stop offset="90%" stopColor="#fecf92"></stop> |
| 63 | <stop offset="100%" stopColor="#fcfdbf"></stop> |
| 64 | </linearGradient> |
| 65 | </defs> |
no outgoing calls
no test coverage detected