Last active
June 8, 2026 13:06
-
-
Save JonnyBurger/4a3423207770536bc787a72f9cf7bdb9 to your computer and use it in GitHub Desktop.
Remotion cursor previews for issue #8251
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"> | |
| <g filter="url(#filter0_d_nwse)"> | |
| <path d="M12 12L52 52M12 12H25.5M12 12V25.5M52 52H38.5M52 52V38.5" stroke="white" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/> | |
| <path d="M12 12L52 52M12 12H25.5M12 12V25.5M52 52H38.5M52 52V38.5" stroke="black" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/> | |
| </g> | |
| <defs> | |
| <filter id="filter0_d_nwse" x="0" y="0" width="64" height="64" 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="3"/> | |
| <feGaussianBlur stdDeviation="3.75"/> | |
| <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.56 0"/> | |
| <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_nwse"/> | |
| <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_nwse" result="shape"/> | |
| </filter> | |
| </defs> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment