scaleToHeight method

FabricObject scaleToHeight(
  1. num value, [
  2. bool absolute
])

Scales an object to a given height, with respect to bounding box (scaling by x/y equally)

Implementation

external FabricObject scaleToHeight(num value, [bool absolute]);