d2svg

package
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2023 License: MPL-2.0 Imports: 30 Imported by: 29

Documentation

Overview

d2svg implements an SVG renderer for d2 diagrams. The input is d2exporter's output

Index

Constants

View Source
const (
	DEFAULT_PADDING            = 100
	MIN_ARROWHEAD_STROKE_WIDTH = 2
)
View Source
const DEFAULT_THEME int64 = 0

Variables

View Source
var DEFAULT_DARK_THEME *int64 = nil // no theme selected
View Source
var LinkIcon string
View Source
var TooltipIcon string

Functions

func Render

func Render(diagram *d2target.Diagram, opts *RenderOpts) ([]byte, error)

func RenderText added in v0.1.4

func RenderText(text string, x, height float64) string

Types

type DiagramObject added in v0.1.0

type DiagramObject interface {
	GetID() string
	GetZIndex() int
}

type RenderOpts added in v0.1.3

type RenderOpts struct {
	Pad         int
	Sketch      bool
	ThemeID     int64
	DarkThemeID *int64
	// disables the fit to screen behavior and ensures the exported svg has the exact dimensions
	SetDimensions bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL