Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SVG tutorial #327

Closed
wants to merge 1 commit into from
Closed

Add SVG tutorial #327

wants to merge 1 commit into from

Conversation

daniellevass
Copy link
Contributor

Hi All,

@mercebc and I have been working on an initial draft for an SVG tutorial. What do you think?

Unsure about whether we should add a section for how to make path objects, or whether that might be too much for one tutorial?

The intention is to also have a part 2 to animate the emoji made using JavaScript.

Thank you 😄


Another thing we need to remember is the `z index`. Shapes we draw later in the code, will get drawn on top of other shapes. So our red square will need to be drawn before our circle, to be drawn behind.

Speak to your coach if your unsure about the z index, or how the points property works. For more information you could look at [http://www.w3schools.com/graphics/svg_polygon.asp](http://www.w3schools.com/graphics/svg_polygon.asp)
Copy link
Contributor

@KimberleyCook KimberleyCook Dec 3, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're not your on second your in the second paragraph


> here's some we made earlier :)

There are also some other svg shapes that might be useful, such as lines, ellipses, and text. Work with your coach, and look at W3 Schools for more ideas: [http://www.w3schools.com/graphics/svg_intro.asp](http://www.w3schools.com/graphics/svg_intro.asp)
Copy link
Contributor

@KimberleyCook KimberleyCook Dec 3, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After this sentence could we add:

"This ends our first of 2 lessons on SVG, we hope you enjoyed it and learnt something. If you have some spare time how about going back through this tutorial and, by yourself, make some amendments. If there is something you did not understand or want to give us some feedback, please send us an email"

Copy link
Contributor

@KimberleyCook KimberleyCook left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, added one lil comment.

The final sentence comment is what is just at the end of all tutorials so needs to be there for consistency.

Thank you very much, this is really really great :D :D

@KimberleyCook
Copy link
Contributor

@daniellevass @mercebc Just reminding you both of these little amends as I'd love to merge this in as it's great :)

@matyikriszta
Copy link
Contributor

@mercebc @daniellevass what is the status of this issue? We would love to merge it in and add it to the tutorials 😄

@brunogirin
Copy link
Contributor

This issue doesn't seem to have moved much for a year and I'd be interested in picking this up. However, I had in mind a more complex tutorial that covers multiple lessons, as I explained in the SVG and canvas issue. Would that work?

@brunogirin brunogirin mentioned this pull request Dec 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants