import "nsISVGRendererPathBuilder.idl";
Inheritance diagram for nsISVGRendererPathBuilder:

This interface is used by an nsISVGRendererPathGeometry object in a call to nsISVGPathGeometrySource::constructPath() to obtain a native representation of the path described by nsISVGPathGeometrySource.
Definition at line 57 of file nsISVGRendererPathBuilder.idl.
|
||||||||||||
|
Move current position and start new sub-path.
|
|
||||||||||||
|
Draw a straight line from the current position to (x,y). Advance current position to (x,y).
|
|
||||||||||||||||||||||||||||
|
Draw cubic Bezier curve from the current position to (x,y) using (x1,y1) as the control point at the beginning og the curve and (x2,y2) as the control point at the end of the curve. Advance current position to (x,y).
|
|
||||||||||||||||||||||||||||||||
|
Draw an elliptical arc from the current position to (x,y). Advance current position to (x,y).
|
|
||||||||||||
|
Close the current subpath. Move current position back to beginning of subpath.
|
|
|
End the path description. Guaranteed to be the last function called. |
1.3