Creates a path object
extends goog.graphics.Path| Instance Method Summary | |
clone() ⇒ ?goog.graphics.ext.PathClones the path. | |
getBoundingBox() ⇒ ?goog.math.Rect | |
modifyBounds(number deltaX, number deltaY, number xFactor, number yFactor) ⇒ ?goog.graphics.ext.PathModify the bounding box of the path. This may cause the path to be simplified (i.e. arcs converted to curves) as a side-effect. | |
transform(!goog.graphics.AffineTransform tx) ⇒ ?goog.graphics.ext.PathTransforms the path. Only simple paths are transformable. Attempting to transform a non-simple path will throw an error. | |
useBoundingBox(?goog.math.Rect bounds)Set the precomputed bounds. | |