Svg Surface Backend
Introduction
Svg specific surface class, uses the SVG (standard vector graphics) surface backend.
Class synopsis
CairoSvgSurface
extends
CairoSurface
{
/* Methods */
/* Inherited methods */
CairoSurface::__construct
( void
)
public void CairoSurface::createSimilar
( CairoSurface $other
, int $content
, string $width
, string $height
)
public void CairoSurface::markDirtyRectangle
( string $x
, string $y
, string $width
, string $height
)
}Table of Contents
- CairoSvgSurface::__construct — The __construct purpose
- CairoSvgSurface::getVersions — Used to retrieve a list of supported SVG versions
- CairoSvgSurface::restrictToVersion — The restrictToVersion purpose
- CairoSvgSurface::versionToString — The versionToString purpose