Despite that I'm feeling pretty good actually. Or maybe I should rather say I'm feeling pretty good thanks to that. Alright enough of this dear diary jibba jabba as Mr. T would say.
So, here is the oh-so-happy Dango family cramped into mere 800 bytes:
Semi pointless fact: The biggest PNG export size, which manages to be smaller than 800 bytes (thanks to post-processing with PNGOUT) is 35x16 pixels (14.65 DPI).
![]()
(791 bytes)
At this size the color count also dropped to 155. At 1:1 size (90 DPI) it was at 1333 colors.
Comments
In case you wondered...
The real purpose of this post was to check what happens to SVGs embedded via <object> after they get mangled by aggregators. Apparently the <object> stuff is stripped. However, the <img> fallback I put between the object tags remains intact.
A slightly cooler fallback is prolly using a link to the SVG with an image as link-"text". I think I'll use that combination in the future.
Post new comment