scale method

FabricObject scale(
  1. num value
)

Scales an object (equally by x and y)

Implementation

external FabricObject scale(num value);