package graphv_webgl

  1. Overview
  2. Docs

Flags for rendering quality.

type t
val no_flags : t
val has : t -> flag:t -> bool
val or_ : t -> t -> t
val (lor) : t -> t -> t
val remove : t -> flag:t -> t
val antialias : t

Anti-alias edges by drawing an extra fringe outline.

val stencil_strokes : t

Use the stencil buffer to prevent artifacts for overlapping strokes.

val debug : t