class format.svg.PathSegment

Class Fields

static var ARC:Int

static var CUBIC:Int

static var CURVE:Int

static var DRAW:Int

static var MOVE:Int

Instance Fields

var x:Float

var y:Float

function new(inX:Float, inY:Float): Void

function getType(): Int

function prevCX(): Float

function prevCY(): Float

function prevX(): Float

function prevY(): Float

function toGfx(inGfx:Gfx, ioContext:RenderContext): Void