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