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

import"SVGPathSegLinetoRel.idl";

Inheritance diagram for SVGPathSegLinetoRel:
SVGPathSeg

Public Attributes

attribute unrestricted float x
 
attribute unrestricted float y
 
- Public Attributes inherited from SVGPathSeg
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

◆ x

attribute unrestricted float SVGPathSegLinetoRel::x

◆ y

attribute unrestricted float SVGPathSegLinetoRel::y

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