We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a section on creating images in Clojure using SVG graphics, expressed as hiccup syntax
Start with built in shapes such as circle, square, etc.
Use groups to create new shapes, eg. a cross by transposing two straight lines
Use viewbox to define a size
Add Exercises to create images such as:
Note: Will probably need to give example paths to help with the logo
SVG examples can be found at https://github.com/jr0cket/webapp-status-monitor/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add a section on creating images in Clojure using SVG graphics, expressed as hiccup syntax
Start with built in shapes such as circle, square, etc.
Use groups to create new shapes, eg. a cross by transposing two straight lines
Use viewbox to define a size
Add Exercises to create images such as:
Note: Will probably need to give example paths to help with the logo
SVG examples can be found at https://github.com/jr0cket/webapp-status-monitor/
The text was updated successfully, but these errors were encountered: