9 lines
322 B
JavaScript
9 lines
322 B
JavaScript
|
|
import SVGTextPositioningElement from '../svg-text-positioning-element/SVGTextPositioningElement.js';
|
||
|
|
/**
|
||
|
|
* SVG Text Element.
|
||
|
|
*
|
||
|
|
* @see https://developer.mozilla.org/en-US/docs/Web/API/SVGTextElement
|
||
|
|
*/
|
||
|
|
export default class SVGTextElement extends SVGTextPositioningElement {
|
||
|
|
}
|
||
|
|
//# sourceMappingURL=SVGTextElement.js.map
|