Where to Find Up-to-date yFiles Information

This page is from the outdated yFiles for Java 2.13 documentation. You can find the most up-to-date documentation for all yFiles products on the yFiles documentation overview page.

Please see the following links for more information about the yFiles product family of diagramming programming libraries and corresponding yFiles products for modern web apps, for cross-platform Java(FX) applications, and for applications for the Microsoft .NET environment.

More about the yFiles product family Close X

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.