diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-06 22:28:21 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-06 22:28:59 +0200 |
| commit | 256e54f04323215a6b4e964e3955c606563c2dae (patch) | |
| tree | 7720038b93b7a6e99cb750249a2667b857209d51 /Meta | |
| parent | e2fd9a88d6b9def2fdebbc974001ae0778c26622 (diff) | |
NewOS: Pre-release R1, see below.
NewFS: Add FindFork, improve CreateFork, still working on NewFS support.
DriveManager: Fix ke_drv_input and ke_drv_output, drv_std_ calls,
throws an error when no specifying any drive backends.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Meta')
| -rw-r--r-- | Meta/NewKernel.svg | 48 |
1 files changed, 23 insertions, 25 deletions
diff --git a/Meta/NewKernel.svg b/Meta/NewKernel.svg index 863dcc0a..cfa820ba 100644 --- a/Meta/NewKernel.svg +++ b/Meta/NewKernel.svg @@ -1,29 +1,27 @@ -<svg width="98" height="98" viewBox="0 0 98 98" fill="none" xmlns="http://www.w3.org/2000/svg"> -<rect width="98" height="98" rx="10" fill="url(#paint0_linear_139_17)"/> -<path d="M89 49L49 9H79C84.5228 9 89 13.4772 89 19V49Z" fill="url(#paint1_linear_139_17)"/> -<path d="M49 49L9 9H49V49Z" fill="url(#paint2_linear_139_17)"/> -<path d="M9 49L49 89H19C13.4772 89 9 84.5228 9 79V49Z" fill="url(#paint3_linear_139_17)"/> -<path d="M49 49L89 89H49V49Z" fill="url(#paint4_linear_139_17)"/> +<svg width="61" height="61" viewBox="0 0 61 61" fill="none" xmlns="http://www.w3.org/2000/svg"> +<rect x="1" y="1" width="59" height="59" rx="9" fill="#302929" fill-opacity="0.7" stroke="#323232" stroke-width="2"/> +<g filter="url(#filter0_d_0_1)"> +<circle cx="30.5" cy="30.5" r="17.5" fill="url(#paint0_angular_0_1)"/> +<circle cx="30.5" cy="30.5" r="18.5" stroke="url(#paint1_linear_0_1)" stroke-width="2"/> +</g> <defs> -<linearGradient id="paint0_linear_139_17" x1="49" y1="0" x2="49" y2="98" gradientUnits="userSpaceOnUse"> -<stop stop-color="#767A7F"/> -<stop offset="1" stop-color="#232A31"/> -</linearGradient> -<linearGradient id="paint1_linear_139_17" x1="69" y1="9" x2="69" y2="49" gradientUnits="userSpaceOnUse"> -<stop stop-color="#0075FF"/> -<stop offset="1" stop-color="#004699"/> -</linearGradient> -<linearGradient id="paint2_linear_139_17" x1="29" y1="9" x2="29" y2="49" gradientUnits="userSpaceOnUse"> -<stop stop-color="#0075FF"/> -<stop offset="1" stop-color="#004699"/> -</linearGradient> -<linearGradient id="paint3_linear_139_17" x1="29" y1="89" x2="29" y2="49" gradientUnits="userSpaceOnUse"> -<stop stop-color="#0075FF"/> -<stop offset="1" stop-color="#004699"/> -</linearGradient> -<linearGradient id="paint4_linear_139_17" x1="69" y1="89" x2="69" y2="49" gradientUnits="userSpaceOnUse"> -<stop stop-color="#0075FF"/> -<stop offset="1" stop-color="#004699"/> +<filter id="filter0_d_0_1" x="7" y="11" width="47" height="47" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> +<feFlood flood-opacity="0" result="BackgroundImageFix"/> +<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/> +<feOffset dy="4"/> +<feGaussianBlur stdDeviation="2"/> +<feComposite in2="hardAlpha" operator="out"/> +<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/> +<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_0_1"/> +<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_0_1" result="shape"/> +</filter> +<radialGradient id="paint0_angular_0_1" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(30.5 30.5) rotate(90) scale(17.5)"> +<stop stop-color="#D33333"/> +<stop offset="1" stop-color="#BF1B1B"/> +</radialGradient> +<linearGradient id="paint1_linear_0_1" x1="30.5" y1="13" x2="30.5" y2="48" gradientUnits="userSpaceOnUse"> +<stop stop-color="#E23E3E"/> +<stop offset="1" stop-color="#992626"/> </linearGradient> </defs> </svg> |
