is it possible to make this curvy mountain shape without svg?

No description
15 Replies
Chooβ™šπ•‚π•šπ•Ÿπ•˜
Why are you avoiding SVG?
Ray
Rayβ€’2w ago
...i mean. Technically yes...? but im going to echo the question above
dys πŸ™
dys πŸ™β€’2w ago
MDN Web Docs
CSS shapes - CSS | MDN
The CSS shapes module describes geometric shapes. It also defines CSS properties that can use the shapes to control the geometry of an element's float area; this area can then be applied to exclusions, or specify an element's content area.
Mia
Miaβ€’2w ago
Right click, save image as "image.png", like hell possible mate. 😩
MarkBoots
MarkBootsβ€’2w ago
well there is canvas .... but yea, it all depends on what you want to do with it, and normally svg is the way to go https://codepen.io/MarkBoots/pen/qEOVqyK
No description
siduck
siduckOPβ€’2w ago
thanks cuz am not good with math πŸ€•
Ray
Rayβ€’2w ago
You don't need to know math, just download a vector art program and save the file as svg.
dys πŸ™
dys πŸ™β€’2w ago
@Chooβ™šπ•‚π•šπ•Ÿπ•˜, Inkscape is a great editor. Graphite is new, and has a really interesting way of visualizing the development of the image, & letting you tweak it.
siduck
siduckOPβ€’2w ago
oh i didnt think of this, thanks πŸ˜„ can draw curvy lines on figma and export as svg!
StefanH
StefanHβ€’2w ago
i get a feeling the question was "how can i put this image into my website if i don't have the original svg file?"
siduck
siduckOPβ€’2w ago
yes that too πŸ˜„
StefanH
StefanHβ€’2w ago
The post title is very unfortunate then
siduck
siduckOPβ€’2w ago
yes but i also wanted to learn if we could make curvy lines without svg
StefanH
StefanHβ€’2w ago
You can use clip paths
MarkBoots
MarkBootsβ€’2w ago
yea, and even possible with clip-path: shape . but that syntax is very simular (but harder to control imo) to svg https://developer.chrome.com/blog/css-shape
Chrome for Developers
Use shape() for responsive clipping Β |Β  Blog Β |Β  Chrome for Dev...
Learn how to create responsive clipping paths with CSS.
No description

Did you find this page helpful?