Liking cljdoc? Tell your friends :D

org.soulspace.cmp.svg.graphics2d


rectangle-2dclj

(rectangle-2d width height)
source

svg-to-fileclj

(svg-to-file svg-file svg-graphics)
(svg-to-file svg-file svg-graphics use-css)

Writes an SVG Graphics2D context to file.

Writes an SVG Graphics2D context to file.
sourceraw docstring

svg-to-stringclj

(svg-to-string svg-graphics)
(svg-to-string svg-graphics use-css)

Writes an SVG Graphics2D context to a string.

Writes an SVG Graphics2D context to a string.
sourceraw docstring

svg-to-writerclj

(svg-to-writer writer svg-graphics)
(svg-to-writer writer svg-graphics use-css)

Writes an SVG Graphics2D context to a writer.

Writes an SVG Graphics2D context to a writer.
sourceraw docstring

to-svgclj

(to-svg f)

Sets up an SVG Graphics2D context and calls the given drawing function with that context.

Sets up an SVG Graphics2D context and calls the given drawing function with that context.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close