TCPDF::setSVGStyles( $svgstyle,  $prevsvgstyle,  $x,  $y,  $w = 1,  $h = 1,  $clip_function = '',  $clip_params = array() )

Apply the requested SVG styles (*** TO BE COMPLETED ***)


Description Description


Parameters Parameters

$svgstyle

(Required) (array) array of SVG styles to apply

$prevsvgstyle

(Required) (array) array of previous SVG style

$x

(Required) (int) X origin of the bounding box

$y

(Required) (int) Y origin of the bounding box

$w

(Optional) (int) width of the bounding box

Default value: 1

$h

(Optional) (int) height of the bounding box

Default value: 1

$clip_function

(Optional) (string) clip function

Default value: ''

$clip_params

(Optional) (array) array of parameters for clipping function

Default value: array()


Top ↑

Return Return

(object) style


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.