71

you are viewing a single comment's thread
view the rest of the comments
[-] mr_satan@monyet.cc 17 points 2 years ago

This feels a lot like vector graphics. I would imagine one could automate SVG to CSS translation.

[-] Crow 2 points 2 years ago

Presumably, tho it might be a little difficult. SVGs use a lot of paths, where you specify the edges of elements. Afaik you can't do that exact thing in CSS but you could probably split it up into a bunch of triangles. Idk how you'd want to do bezier curves tho

[-] mr_satan@monyet.cc 2 points 2 years ago* (last edited 2 years ago)

Yeah, a one to one conversion might not be possible. Although this example also approximates the image by making it two tone and using simple shapes to compose more complex ones.

It still feels as a non-trivial task tho.

this post was submitted on 09 Apr 2024
71 points (100.0% liked)

Programmer Humor

38894 readers
116 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS