Episode 1: SVG Fundamentals

Curran, tnx for the great intro! This is my contribution for week 1. Feedback is welcome!
https://vizhub.com/lenkica/eb943700c658493baace35f38d9a2625?edit=files&file=index.html

4 Likes

Glad I tuned in! I stumbled upon the ongoing series via the 2020 series thinking “might just join the ongoing one since it would be more interactive!”

Here’s my svg attempt:

Generated with some scripts Iearned in the first hours of 2020 course, hope this is not considered cheating :rofl: I also linked the one with script in the README

Cheers for more session to come!

6 Likes

Amazing work! Thrilled to see this.

@alenkagucek If you put a blank line before and after the link, it will unfurl, like this:

3 Likes

Animation on hover using CSS transitions.[On hover animations]

4 Likes

Hello there! Where can I find the video list? : )

Very nice @Nita! That would be great to present in the next stream.

@floatingpurr The index for the series is here: Get it Right in Black & White Index .

The only video available so far is the unedited first live stream. I’m in the process of editing that first one, and I’ll be adding links as more videos come out.

1 Like

I really enjoy your courses! Here’s my SVG playground in its current state:

5 Likes

@lululand That’s amazing!!!

To remove the margin and scrollbars, try adding the following right below the <title>:

    <style>
      body {
        margin: 0;
        overflow: hidden;
      }
    </style>
1 Like

oh that’s much better - thank you!

Really loved this one.

1 Like

That is a great idea. Thank you.

@curran, I can’t believe I’ve only just discovered your courses. Looking forward to the next episode!

I tried to create a visual “spinning” effect, but for now, it looks like the disc has wrinkles :rofl:

I tried to create a visual “spinning” effect, but for now, it looks like the disc has wrinkles

Very nice! It’s getting there. One day you can make it spin properly, in time.

By the way in the settings, you can change the height. I notice your piece is larger than the vertical space available.

This was shared in a YouTube comment.

image

Very cool example of interoperability of SVG between various tools. This was done in GIMP, then pasted into HTML.

One could do the same with other tools like Illustrator, Adobe XD, Sketch, and Figma!

4 Likes

Flag of the Seychelles

4 Likes

I started coding with no particular goal in mind… ended up with this. :smiley:

3 Likes

Question: reference to this paragraph “Scalable Vector Graphics (SVG) are an XML-based markup language for describing two-dimensional based vector graphics. As such, it’s a text-based, open Web standard for describing images that can be rendered cleanly at any size and are designed specifically to work well with other web standards including CSS, DOM, JavaScript, and SMIL. SVG is, essentially, to graphics what HTML is to text.”
Is SVG a graphics language similar to HTML and XML?
Is everything inside SVG tags is text data? Little confused.

When time permits, I’d like to add trees, rocks, mountains, and the odd comet or two!

7 Likes

Thanks Curran! Now I see where it is the right place :wink:

It was fun and fast to do it. Waiting for the next episode!

1 Like

Wow these are such amazing submissions! Thank you all so much for participating. Based on this, I have a really good feeling that the course is going to really flourish.

I’ll be going through these submissions in episode 2. If you have submitted something here and would like to join the live stream via audio, please send me a direct message in the D3 Slack.

Joining info for episode 2 is here: VizHub Blog - New Livestream Series: Get it Right in Black and White

2 Likes