xf property

Transform2D get xf

Implementation

Transform2D get xf => switch (this) {
  TextNode(:final xf) => xf,
  ImageNode(:final xf) => xf,
  PathNode(:final xf) => xf,
  IconNode(:final xf) => xf,
  GroupNode(:final xf) => xf,
};