Skip to main content
Module

x/graphviz/mod.ts>attribute.dpi

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

This specifies the expected number of pixels per inch on a display device. For bitmap output, this guarantees that text rendering will be done more accurately, both in size and in placement. For SVG output, it is used to guarantee that the dimensions in the output correspond to the correct number of points or inches.

type

"dpi"