A simple browser for pedagogical purposes. It only renders a very small SVG-like
XML dialect; testdata/
contains some example files.
- Install Go 1.9.4 or similar.
make deps
- Set up a web server to serve the files in
testdata
(it won't work on real SVG files). I recommendnpm install -g http-server && cd testdata && http-server
- In this directory,
make
- Browse away. The browser is hardcoded to hit
http://localhost:8081/circleRectText.svg
first; you may need to type in a different port to match your server.