SVG Basics

Developer
Size
1,852 Kb
Views
34,408

How do I make an svg basics?

I'm starting to explore more SVG in-depth by reading through Building Web Applications with SVG. This is a figure in Ch 1 with the challenge to be recreated. . What is a svg basics? How do you make a svg basics? This script and codes were developed by Nick Hehr on 15 August 2022, Monday.

SVG Basics Previews

SVG Basics - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>SVG Basics</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <circle r="25%" cy="50%" cx="50%" fill="none" stroke="darkorange" stroke-width="15"/> <rect x="5%" y="50%" width="90%" height="10%" fill="lightblue" stroke="black" stroke-width="15" /> <ellipse cx="50%" cy="50%" rx="15%" ry="40%" fill="yellow" fill-opacity=".5" stroke="purple" stroke-width="15"/>
</svg>
</body>
</html>

SVG Basics - Script Codes CSS Codes

svg { height: 100vh; margin: auto; width: 100vw;
}
SVG Basics - Script Codes
SVG Basics - Script Codes
Home Page Home
Developer Nick Hehr
Username HipsterBrown
Uploaded August 15, 2022
Rating 3
Size 1,852 Kb
Views 34,408
Do you need developer help for SVG Basics?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Nick Hehr (HipsterBrown) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!