Svg Surface Backend
(PECL cairo >= 0.1.0)
简介
Svg specific surface class, uses the SVG (standard vector graphics) surface backend.
类摘要
CairoSvgSurface
extends
CairoSurface
{
/* 方法 */
/* 继承的方法 */
public CairoSurface::createSimilar
( CairoSurface
$other
, int $content
, string $width
, string $height
) : void
public CairoSurface::markDirtyRectangle
( float
}$x
, float $y
, float $width
, float $height
) : voidTable 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