/*! * Copyright (c) 2023, 2024, Oracle and/or its affiliates. */ /** * @file * * Contains the view which is the base for all our "shape" elements which can display text. */ import ElementView from './ElementView.mjs'; export default class ShapeView extends ElementView { }