How to use the @swim/transform.Transform.identity function in @swim/transform

To help you get started, we’ve selected a few @swim/transform examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github swimos / swim / swim-system-js / swim-ux-js / @swim / map / main / MapLayerView.ts View on Github external
get parentTransform(): Transform {
    return Transform.identity();
  }
github swimos / swim / swim-system-js / swim-ui-js / @swim / view / main / LayerView.ts View on Github external
get parentTransform(): Transform {
    return Transform.identity();
  }

@swim/transform

CSS and SVG compatible transform types with unit-aware algebraic operators and parsers

Apache-2.0
Latest version published 4 years ago

Package Health Score

61 / 100
Full package analysis

Similar packages