vg
vg copied to clipboard
Declarative 2D vector graphics for OCaml
Hi, First of all, thanks for this nice library! I'm wondering if there is (or could be) a way to compute the "bounding box" of an image. I.e., the least...
`vg` includes OTF fonts when it generates PDF files. This leads to rather large files, compared to what can be obtained with e.g. matplotlib, where only glyphs that are actually...
As @art-w noted in his PR that brought Cairo support for Vg: > While Cairo is able to render text, it's intended to be used with Pango (which isn't binded...
It seems that if there is no CSS styling applied to the given canvas element, `Vgr_htmlc` can cause the canvas to grow with every redraw when `~resize:false`. I'm not sure...