Module Graphv_webgl_impl.Path
- type t- =- {- mutable first : int;- mutable count : int;- mutable closed : bool;- mutable nbevel : int;- mutable fill : VertexBuffer.Sub.t;- mutable stroke : VertexBuffer.Sub.t;- mutable winding : Graphv_core_lib.Winding.t;- mutable convex : bool;- }
- val empty_sub : Dyn.Sub.sub
- val create : unit -> t
- val reset : t -> unit
- val copy : t -> t