When I was just starting out with webrings I came across the MelonLand SVG logo and was instantly enamored with it. I’d eventually create an SVG logo of my very own, but, unfortunately, I kinda “paid for it”. In hindsight, I would have appreciated a stronger foundation regarding SVGs before having resorted to that service.
And so: Here’s a whole thread in their honor!
SVG Tutorial + [HN Discussion]: Learn from the fundamentals up to advanced concepts like animation and interactivity.
SVG Viewer + [HN Discussion]: A convenient site for viewing and editing SVGs directly in your browser.
It seems like if I find someone else’s SVG, but as text (not a file I can download), I should be able to paste that text into an editor - see the image, edit it as an image - and export it back out again.
I wracked my brains for months while making the free books at the Marigold Thrift Shop. The ‘open book’ code is adapted from Erin Sullivan, and I wanted to have her underline but in a red not blue, and ultimately didn’t use it cus I couldn’t figure out how
So what you have there is an svg image, converted to base 64 and then used as part of a data-url background image. You have the exact same image in red being used for the strikethrough text on that codepen, except the strikethrough style positions the image through the center of the text instead of underneath. So if you copy the background style for the strikethrough text, and then change ‘center’ to ‘bottom’, that should get you this:
If you didn’t already have a copy of it in red being used for the strikethrough text though, what you could do then is use a tool like this one Decode Base64 Data to SVG (Scalable Vector Graphics) File (.svg) to convert your SVG data back into plain SVG text format, and then you could edit it like usual, and convert it back to a base64 data url afterwards.
Very cool layout btw! I’m working on something similar for my site
More or less - everything is scaled to Mercury so the orbit distances and speeds are scale correct.
Sizes of the planets are mostly scale correct except two major things - the Sun to be scale correct would be near the size of Uranus’ orbit and Pluto is roughly twice the size it should be so it’s y’know… visible.