Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
this is indeed SVG format. He probably used an online export tool to generate that base64(log).
-
Everyone with photosho can export an image as svg. The real art is to create a clean and neat svg with the least code needed.
In svg it`s all about file size. Check wikimedia for good examples with documented change history. -
zankar20758y@GinjaNinja i dont know much about image formats but it seems to me that it's just a base64 image (probably png) wrapped in some svg code. Beating the purpose of svg anyway since its technically not a vector image.
Someone please correct me if I'm wrong. -
JTBringe6098y@cankarales You are indeed correct, that is an svg with a regular png inside, defeating the purpose of using svg.
Svgs are supposed to contain vector points so that the browser can draw an infinitely scaleable image or icon.
Stuffing a png inside an svg is completely useless. You'd be better off using a regular img tag for that.
I scold any designer who presents that kind of crap to me.
@DoktorWer your company should demand a refund for that kind of crap. -
Does anyone of you know a best practice for svg sprites? (usage as CSS background/mask image)
-
@varundey I already read some of them. I am more interested in experiences and recommendation for specific implementations :)
-
for a second i was like "what? what's wrong with it?" then i saw the data blob. dear god 😫
-
@magicMirror @GinjaNinja, this is not svg, this is a pixel/bitmap image wrapped into an svg tag.
What they paid for was an svg that:
1 - was vector
2 - could be manipulated and animated -
Even though he did make what he was hired for, the image looks fairly small so you could save to file and run through something like VectorMagic or some other software to get the SVG
Related Rants
My Company paid a designer for a svg graphic. This is what we got:
undefined
cheater
svg
png
rant