Skip to main content
Module

x/graphviz/mod.ts>attribute.penwidth

🦕 Simple Graphviz library for Deno.
Latest
variable attribute.penwidth
import { attribute } from "https://deno.land/x/graphviz@v0.2.1/mod.ts";
const { penwidth } = attribute;

Specifies the width of the pen, in points, used to draw lines and curves, including the boundaries of edges and clusters. The value is inherited by subclusters. It has no effect on text.

Previous to 31 January 2008, the effect of penwidth=W was achieved by including setlinewidth(W) as part of a style specification. If both are used, penwidth will be used.

type

"penwidth"