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 Vg
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
module Font : sig ... endFonts.
type font = Font.tThe type for fonts.
The type for glyphs. The integer represents a glyph identifier in a backend dependent font format.
Paths and images
module P : sig ... endPaths.
module I : sig ... endImages.
Image renderers
module Vgr : sig ... endImage renderers.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page