Skip to content

Jon-Corey/VectorText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vector Text

Vector Text is a tool for converting text to an SVG path. This is useful since using fonts directly in an SVG can be problematic, especially when it comes to compatibility.

Most tools either don't support fonts at all or just don't support external fonts. This means the text in your SVG can look great in your editor or in some places, but have the wrong font in other places.

What Vector Text does is take the text and font selection and converts that text into an SVG path, which works the same everywhere.

You can check out Vector Text at vector-text.com.

Reporting Issues

If you've found an issue, you can report it by going to the Issues tab on this page and clicking "New Issue". Select "Bug/Issue Report" and fill out the form. Make sure to include lots of detail so that we can find the issue and fix it.

We may follow up with you to request more info or to let you know the issue has been resolved, so make sure to have GitHub notifications enabled.

Requesting New Features

If you have a feature that you think would be great for Vector Text, we'd love to hear your suggestion. You can submit your suggestion by going to the Issues tab on this page and clicking "New Issue". Select "Feature Request" and fill out the form. Make sure to include lots of detail so that we understand what you're asking for and why.

Note that not all feature requests will be approved and added to Vector Text. It's important to keep this tool simple and intuitive and adding features often increases complexity.

We may follow up with you to request more info or to let you know the status of your request, so make sure to have GitHub notifications enabled.

Contributing

We welcome contributions. If you see an issue you can fix or a feature you can add, feel free to submit a Pull Request.

Running Locally

This site is a simple static site with HTML, CSS, and JS. There is no additional tooling needed or any build process. I suggest using the Live Server extension for VS Code to run a simple web server for testing.

Credits

About

Convert text to SVG paths for reliable rendering across all platforms and tools.

Resources

License

Stars

Watchers

Forks