/*! * Copyright (c) 2023, 2024, Oracle and/or its affiliates. */ /** * @file * * Contains the view of the rectangle element which can display text. */ import ShapeView from './ShapeView.mjs'; export default class RectElementView extends ShapeView { }