Chapter 11. ySVG Extension Package

Table of Contents

Scalable Vector Graphics
Using the ySVG Extension Package
Using SVG Content
Customizing SVG Content
Tutorial Demo Code
GraphML Support

The yFiles extension package ySVG enables the graph visualization library yFiles to export graphs to Scalable Vector Graphics (SVG) and Zip-compressed SVG file format, respectively.

Scalable Vector Graphics

SVG is a language for describing two-dimensional graphics using XML-based syntax. It enables vector-based graphics that can be displayed in common web browsers.

The ySVG extension package uses the Batik SVG Toolkit for generating the actual SVG content.