package js.html.svg
Available on js
staticinlineread onlyPATHSEG_ARC_ABS:Int = 10staticinlineread onlyPATHSEG_ARC_REL:Int = 11staticinlineread onlyPATHSEG_CLOSEPATH:Int = 1staticinlineread onlyPATHSEG_CURVETO_CUBIC_ABS:Int = 6staticinlineread onlyPATHSEG_CURVETO_CUBIC_REL:Int = 7staticinlineread onlyPATHSEG_CURVETO_CUBIC_SMOOTH_ABS:Int = 16staticinlineread onlyPATHSEG_CURVETO_CUBIC_SMOOTH_REL:Int = 17staticinlineread onlyPATHSEG_CURVETO_QUADRATIC_ABS:Int = 8staticinlineread onlyPATHSEG_CURVETO_QUADRATIC_REL:Int = 9staticinlineread onlyPATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS:Int = 18staticinlineread onlyPATHSEG_CURVETO_QUADRATIC_SMOOTH_REL:Int = 19staticinlineread onlyPATHSEG_LINETO_ABS:Int = 4staticinlineread onlyPATHSEG_LINETO_HORIZONTAL_ABS:Int = 12staticinlineread onlyPATHSEG_LINETO_HORIZONTAL_REL:Int = 13staticinlineread onlyPATHSEG_LINETO_REL:Int = 5staticinlineread onlyPATHSEG_LINETO_VERTICAL_ABS:Int = 14staticinlineread onlyPATHSEG_LINETO_VERTICAL_REL:Int = 15staticinlineread onlyPATHSEG_MOVETO_ABS:Int = 2staticinlineread onlyPATHSEG_MOVETO_REL:Int = 3staticinlineread onlyPATHSEG_UNKNOWN:Int = 0read onlypathSegType:Intread onlypathSegTypeAsLetter:String
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/PathSeg.html