Skip to content

Commit

Permalink
Fixing formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
blackears committed Feb 2, 2022
1 parent ce1d66f commit dcba702
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#SVG Salamander
# SVG Salamander
SVG Salamander is an SVG engine for Java that's designed to be small, fast, and allow programmers to use it with a minimum of fuss. It's in particular targeted for making it easy to integrate SVG into Java games and making it much easier for artists to design 2D game content - from rich interactive menus to charts and graphics to complex animations.

##Features
## Features

- Ant task to allow easy conversion from SVG to images from within Ant scripts
- `SVGIcon` class greatly simplifies loading and drawing images to screen
Expand All @@ -14,15 +14,15 @@ SVG Salamander is an SVG engine for Java that's designed to be small, fast, and
- Internal and external links are implemented as URIs, which allows the engine to automatically import linked documents - even if they're stored on a remote server.
- SVG can be read from an `InputStream`, so you can create documents dynamically from an in-program XSLT transformation.

##Documentation
## Documentation

[An overview of how to use SVG Salamader in your project.](doc/usingSvgSalamander.md)

##Current status
## Current status

SVG Salamander is part of the Salamander project hosted on http://www.kitfox.com

##Projects using SVG Salamander
## Projects using SVG Salamander
- [Apache Pivot](http://pivot.apache.org/) - An alternate crossplatform GUI for Java.
- [VisiCut](http://visicut.org/) - A tool for laser precision cutting.
- [Xoetrope](http://www.xoetrope.com/) - An alternate crossplatform GUI for Java.
Expand All @@ -32,5 +32,5 @@ SVG Salamander is part of the Salamander project hosted on http://www.kitfox.com
- [JOSM](https://josm.openstreetmap.de/) - Java OpenStreetMap Editor.
- [Freeplane](http://freeplane.org) - Java program for working with Mind Maps

##License
## License
SVG Salamander is available under two licenses. You may choose to use either the [LGPL](www/license/license-lgpl.txt) license or the [BSD](www/license/license-bsd.txt) license - whichever is more appropriate for your project.

0 comments on commit dcba702

Please sign in to comment.