package vg
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Declarative 2D vector graphics for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
vg-0.9.5.tbz
sha512=ccd0d0f61cdbdb3420b5f4d747fe6e6b95e487738f70163a6e26396b1eeb9a42118306bc9c2c9afc9256171d57f81fbdf08ec558625eb5d723230aa0e9564fb6
doc/vg/Vg/index.html
Module VgSource
Declarative 2D vector graphics.
Consult the tutorial, the semantics and the image howto.
Open the module to use it, this defines only modules and types in your scope.
Fonts
The type for glyphs. The integer represents a glyph identifier in a backend dependent font format.
Paths and images
The type for paths.
The type for images.
Image renderers
The type for image renderers.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page