#Design #Tools
Path to CSS Shape · Convert SVG path data to CSS shape() function https://ilo.im/164fsy

_____
#Converter #SvgPath #CssShape #Design #WebDesign #WebDev #Frontend #SVG #CSS

Path to CSS Shape

Convert SVG path data to CSS shape() function.

#SVG comes with so many cool features, but bringing that power to #CSS is so broken unless you don't need responsivity.

clip-path: path() is an example https://css-tricks.com/unfortunately-clip-path-path-is-still-a-no-go/

Another is when toying with lighting - x,y spotlight position can't use % values, just unitless numbers.

#coding #frontend #svgWish #cssWish #svgFilter #cssFilter #clipping #lighting #svgLighting #svgPath #webDev #webDevelopment #codingFrustrations

Unfortunately, clip-path: path() is Still a No-Go | CSS-Tricks

I was extremely excited when I first heard that clip-path: path() was coming to Firefox. Just imagine being able to easily code a breathing box like the one

CSS-Tricks