lc_fadetext
Apply a fade effect at the end of text to indicate content continues beyond visible area. Provides a visual cue for overflow without animation.
Element Setup:
- Element type:
<rect> - ID format:
lc_fadetext_*(e.g.,lc_fadetext_summary,lc_fadetext_notes)
Input Format: Plain text string. A fade gradient is automatically applied at the text end.
{% raw %}
<!-- In your SVG --><rect id="lc_fadetext_summary" width="400" height="80" />
<!-- In your dataset -->{{ summary }} = "Executive summary explaining the key points of the quarterly business review..."{% endraw %}
Common Use Cases: Executive summaries, preview text, notes and annotations, abbreviated content.