webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
SVGPathSeg Interface Reference

import"SVGPathSeg.idl";

Inheritance diagram for SVGPathSeg:
SVGPathSegArcAbs SVGPathSegArcRel SVGPathSegClosePath SVGPathSegCurvetoCubicAbs SVGPathSegCurvetoCubicRel SVGPathSegCurvetoCubicSmoothAbs SVGPathSegCurvetoCubicSmoothRel SVGPathSegCurvetoQuadraticAbs SVGPathSegCurvetoQuadraticRel SVGPathSegCurvetoQuadraticSmoothAbs SVGPathSegCurvetoQuadraticSmoothRel SVGPathSegLinetoAbs SVGPathSegLinetoHorizontalAbs SVGPathSegLinetoHorizontalRel SVGPathSegLinetoRel SVGPathSegLinetoVerticalAbs SVGPathSegLinetoVerticalRel SVGPathSegMovetoAbs SVGPathSegMovetoRel

Public Attributes

const unsigned short PATHSEG_UNKNOWN = 0
 
const unsigned short PATHSEG_CLOSEPATH = 1
 
const unsigned short PATHSEG_MOVETO_ABS = 2
 
const unsigned short PATHSEG_MOVETO_REL = 3
 
const unsigned short PATHSEG_LINETO_ABS = 4
 
const unsigned short PATHSEG_LINETO_REL = 5
 
const unsigned short PATHSEG_CURVETO_CUBIC_ABS = 6
 
const unsigned short PATHSEG_CURVETO_CUBIC_REL = 7
 
const unsigned short PATHSEG_CURVETO_QUADRATIC_ABS = 8
 
const unsigned short PATHSEG_CURVETO_QUADRATIC_REL = 9
 
const unsigned short PATHSEG_ARC_ABS = 10
 
const unsigned short PATHSEG_ARC_REL = 11
 
const unsigned short PATHSEG_LINETO_HORIZONTAL_ABS = 12
 
const unsigned short PATHSEG_LINETO_HORIZONTAL_REL = 13
 
const unsigned short PATHSEG_LINETO_VERTICAL_ABS = 14
 
const unsigned short PATHSEG_LINETO_VERTICAL_REL = 15
 
const unsigned short PATHSEG_CURVETO_CUBIC_SMOOTH_ABS = 16
 
const unsigned short PATHSEG_CURVETO_CUBIC_SMOOTH_REL = 17
 
const unsigned short PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS = 18
 
const unsigned short PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL = 19
 
readonly attribute unsigned short pathSegType
 
readonly attribute DOMString pathSegTypeAsLetter
 

Member Data Documentation

◆ PATHSEG_ARC_ABS

const unsigned short SVGPathSeg::PATHSEG_ARC_ABS = 10

◆ PATHSEG_ARC_REL

const unsigned short SVGPathSeg::PATHSEG_ARC_REL = 11

◆ PATHSEG_CLOSEPATH

const unsigned short SVGPathSeg::PATHSEG_CLOSEPATH = 1

◆ PATHSEG_CURVETO_CUBIC_ABS

const unsigned short SVGPathSeg::PATHSEG_CURVETO_CUBIC_ABS = 6

◆ PATHSEG_CURVETO_CUBIC_REL

const unsigned short SVGPathSeg::PATHSEG_CURVETO_CUBIC_REL = 7

◆ PATHSEG_CURVETO_CUBIC_SMOOTH_ABS

const unsigned short SVGPathSeg::PATHSEG_CURVETO_CUBIC_SMOOTH_ABS = 16

◆ PATHSEG_CURVETO_CUBIC_SMOOTH_REL

const unsigned short SVGPathSeg::PATHSEG_CURVETO_CUBIC_SMOOTH_REL = 17

◆ PATHSEG_CURVETO_QUADRATIC_ABS

const unsigned short SVGPathSeg::PATHSEG_CURVETO_QUADRATIC_ABS = 8

◆ PATHSEG_CURVETO_QUADRATIC_REL

const unsigned short SVGPathSeg::PATHSEG_CURVETO_QUADRATIC_REL = 9

◆ PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS

const unsigned short SVGPathSeg::PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS = 18

◆ PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL

const unsigned short SVGPathSeg::PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL = 19

◆ PATHSEG_LINETO_ABS

const unsigned short SVGPathSeg::PATHSEG_LINETO_ABS = 4

◆ PATHSEG_LINETO_HORIZONTAL_ABS

const unsigned short SVGPathSeg::PATHSEG_LINETO_HORIZONTAL_ABS = 12

◆ PATHSEG_LINETO_HORIZONTAL_REL

const unsigned short SVGPathSeg::PATHSEG_LINETO_HORIZONTAL_REL = 13

◆ PATHSEG_LINETO_REL

const unsigned short SVGPathSeg::PATHSEG_LINETO_REL = 5

◆ PATHSEG_LINETO_VERTICAL_ABS

const unsigned short SVGPathSeg::PATHSEG_LINETO_VERTICAL_ABS = 14

◆ PATHSEG_LINETO_VERTICAL_REL

const unsigned short SVGPathSeg::PATHSEG_LINETO_VERTICAL_REL = 15

◆ PATHSEG_MOVETO_ABS

const unsigned short SVGPathSeg::PATHSEG_MOVETO_ABS = 2

◆ PATHSEG_MOVETO_REL

const unsigned short SVGPathSeg::PATHSEG_MOVETO_REL = 3

◆ PATHSEG_UNKNOWN

const unsigned short SVGPathSeg::PATHSEG_UNKNOWN = 0

◆ pathSegType

readonly attribute unsigned short SVGPathSeg::pathSegType

◆ pathSegTypeAsLetter

readonly attribute DOMString SVGPathSeg::pathSegTypeAsLetter

The documentation for this interface was generated from the following file: