On this page
setScale method
- @DomName('SVGTransform.setScale')
 - @DocsEditable()
 
Source
@DomName('SVGTransform.setScale')
@DocsEditable()
void setScale(num sx, num sy) =>
    _blink.BlinkSVGTransform.instance.setScale_Callback_2_(this, sx, sy);
  © 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
 https://api.dartlang.org/stable/1.24.3/dart-svg/Transform/setScale.html