Back to Jspdf

TilingPattern

docs/jsPDF-API.TilingPattern.html

4.2.1874 B
Original Source

new TilingPattern(boundingBox, xStep, yStep, gStateopt, matrixopt)

Source:

A PDF Tiling pattern.

Only available in "advanced" API mode.

Parameters:
NameTypeAttributesDescription
boundingBoxArray.<Number>

The bounding box at which one pattern cell gets clipped.

| | xStep | Number | |

Horizontal spacing between pattern cells.

| | yStep | Number | |

Vertical spacing between pattern cells.

| | gState | API.GState | <optional>
|

An additional graphics state that gets applied to the pattern (optional).

| | matrix | Matrix | <optional>
|

A matrix that describes the transformation between the pattern coordinate system and the use coordinate system (optional).

|

Extends

  • API.Pattern