isBoxedText Method
Check if the supplied MarkupElement is a group of MarkupText and the MarkupText's outline Rect.
isBoxedText(el: @svgdotjs/svg.js.Element): boolean
@returns true if boxed text
Parameter | Type | Description |
---|---|---|
el | @svgdotjs/svg.js.Element | the markup element to check |
Returns - boolean
true if boxed text
Defined in
- markup/src/Markup.ts Line 495
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.