Liking cljdoc? Tell your friends :D

org.soulspace.cmp.svg.graphics2d


rectangle-2dclj

(rectangle-2d width height)

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.
raw 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.
raw 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.
raw 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.
raw docstring

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

× close