clj-htmltopdf/src/clj_htmltopdf
Gered 647990c43a replace broken method of getting base-uri with a custom uri resolver
apparently didn't test that get-base-resource-path-url function nearly
enough... oops.

this new ability to specify a custom uri resolver is much better anyway.
the default resolver (using the resolve-uri function) is geared towards
the common case (or what i assume will be the common case) where you
want to refer to css/image/etc resources located on the classpath (e.g.
under your project's "resources" directory somewhere).
2018-07-05 11:10:38 -04:00
..
core.clj replace broken method of getting base-uri with a custom uri resolver 2018-07-05 11:10:38 -04:00
css.clj fix css unit tests consistency 2017-04-02 16:09:47 -04:00
objects.clj add object drawer support 2017-08-17 19:46:21 -04:00
options.clj replace broken method of getting base-uri with a custom uri resolver 2018-07-05 11:10:38 -04:00
utils.clj add more input argument flexibility to embed-image 2017-08-29 10:50:25 -04:00
watermark.clj add support for caching xobject images with watermark rendering 2017-08-29 14:38:26 -04:00