Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeabnoah/svg_art
SVG File Creation with Pure Code Welcome to the SVG File Creation project! This repository demonstrates how to create SVG files using pure code, without the need for any editing software.
https://github.com/yeabnoah/svg_art
svg svg-code
Last synced: 10 days ago
JSON representation
SVG File Creation with Pure Code Welcome to the SVG File Creation project! This repository demonstrates how to create SVG files using pure code, without the need for any editing software.
- Host: GitHub
- URL: https://github.com/yeabnoah/svg_art
- Owner: yeabnoah
- Created: 2024-05-21T12:45:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T13:54:18.000Z (9 months ago)
- Last Synced: 2024-05-21T15:08:32.854Z (9 months ago)
- Topics: svg, svg-code
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SVG File Creation with Pure Code
Welcome to the SVG File Creation project! This repository demonstrates how to create SVG files using pure code, without the need for any editing software.
## Description
When you get bored but donβt want to stop coding or want to stay in the mood, you can write your own SVG file. This project was inspired by a desire to work on editing SVG/PNG files to implement some generic functionality, which led to creating these examples purely through code.
## Features
- Pure code generation of SVG files
- No use of external editing software
- Examples of basic to advanced SVG functionalities## Getting Started
### Prerequisites
- Basic knowledge of SVG and coding
- A code editor (e.g., Visual Studio Code, Sublime Text)### Installation
Clone the repository to your local machine using the following command:
```sh
git clone https://github.com/yourusername/svg-file-creation.git
```Navigate to the project directory:
```sh
cd svg-file-creation
```### Usage
Open the code files in your favorite code editor and explore the examples provided. You can run the code in your browser to see the SVG output.
### Example
Here is a simple example of creating a basic SVG file:
```html
```
## Contributing
We welcome contributions! Please fork the repository and submit pull requests for any improvements or new features.
## License
This project is licensed under the MIT License - see the LICENSE file for details.
## Acknowledgments
- Inspired by a passion for coding and creating visual elements programmatically.
Happy coding! π