API Docs for:
Show:

Mask.CornerPart Class

A corner part composing the mask

Item Index

Methods

buildSVG

(
  • borderRadius
)
static

Renders the SVG for the corner part

Parameters:

  • borderRadius Number

    The corner part border radius

render

() Object

Renders the mask corner part

Returns:

Object:

The corner part jQuery wrapped DOM element

SVGPathPointsTemplate

(
  • borderRadius
)
static

Formats the SVG path for the corner part

Parameters:

  • borderRadius Number

    The corner part border radius

update

(
  • position
  • borderRadius
)

Updates the positioning and border radius of the mask corner part

Parameters:

  • position Object

    The positioning information

  • borderRadius Object

    The border radius information