vim-css-color icon indicating copy to clipboard operation
vim-css-color copied to clipboard

It would be nice to support SVG files

Open joeytwiddle opened this issue 3 years ago • 0 comments

Screenshot_20220419_153927

Example file:

<svg viewBox="0 0 140 140" xmlns="http://www.w3.org/2000/svg">
    <mask id="mask">
        <rect width="100%" height="100%" fill="#fff" />
        <path d="M10 0h30l50 60-50 60H10l50-60" />
    </mask>
    <path d="M130 0h-30L50 60l50 60h30L80 60" fill="#5DA5D5" mask="url(#mask)" transform="translate(5 10)" />
    <path d="M5 10h30l50 60-50 60H5l50-60" fill="#2D2E2C" />
</svg>

joeytwiddle avatar Apr 19 '22 07:04 joeytwiddle