SVG simple example

Size
1,362 Kb
Views
16,192

How do I make an svg simple example?

What is a svg simple example? How do you make a svg simple example? This script and codes were developed by Martin Michálek on 29 September 2022, Thursday.

SVG simple example Previews

SVG simple example - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>SVG simple example</title> <meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body> <svg width="300" height="200" xmlns="http://www.w3.org/2000/svg"> <rect width="100%" height="100%" fill="#EDE29F" /> <circle class="svg-circle" cx="150" cy="100" r="90" fill="#48440E" /> <text x="75" y="130" font-size="77" fill="white">SVG</text>
</svg>
</body>
</html>
SVG simple example - Script Codes
SVG simple example - Script Codes
Home Page Home
Developer Martin Michálek
Username machal
Uploaded September 29, 2022
Rating 3
Size 1,362 Kb
Views 16,192
Do you need developer help for SVG simple example?

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!

Martin Michálek (machal) Script Codes
Create amazing web content 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!