First, the "Fill Out" functionality for filling lines, which applies to both pre-defined shapes and freehand-drawn lines.
The primary focus of the integration is on the pre-defined shapes, though the result for freehand lines may vary due to the way the fill mesh is calculated.
The second part addresses the removal of rich text tags for calculating the width and height of text to determine the optimal area. Previously, it was not possible to use '<' or '>' in the input text, as these were automatically filtered out.
Now, only rich text tags are removed.
This issue was uncovered during user testing when a participant attempted to label a dependency with <
This pull request includes two parts.
First, the "Fill Out" functionality for filling lines, which applies to both pre-defined shapes and freehand-drawn lines. The primary focus of the integration is on the pre-defined shapes, though the result for freehand lines may vary due to the way the fill mesh is calculated.
The second part addresses the removal of rich text tags for calculating the width and height of text to determine the optimal area. Previously, it was not possible to use '<' or '>' in the input text, as these were automatically filtered out. Now, only rich text tags are removed. This issue was uncovered during user testing when a participant attempted to label a dependency with <