72
submitted 2 months ago by yogthos@lemmy.ml to c/programmerhumor@lemmy.ml

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

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

[-] Crow@lemmy.blahaj.zone 2 points 2 months 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 months ago* (last edited 2 months 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
72 points (97.4% liked)

Programmer Humor

31228 readers
52 users here now

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

Rules:

founded 4 years ago
MODERATORS