Skip to content

Commit 98ed831

Browse files
committed
remove original view
1 parent 588552f commit 98ed831

File tree

1 file changed

+0
-1
lines changed
  • packages/abstract-3d/src/renderers/svg

1 file changed

+0
-1
lines changed

packages/abstract-3d/src/renderers/svg/svg.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export type SvgScene = {
4040
readonly scene: Scene;
4141
readonly options?: Optional<SvgOptions>;
4242
readonly pos: Vec2;
43-
readonly originalView: View;
4443
};
4544

4645
export type SvgWithSize = { readonly image: string; readonly width: number; readonly height: number };

0 commit comments

Comments
 (0)