Svg サーフェイスバックエンド
(PECL cairo >= 0.1.0)
はじめに
Svg 専用のサーフェイスクラスで、SVG (standard vector graphics) サーフェイスバックエンドを使います。
クラス概要
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
) : void目次
- 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