Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple BreakLine don't work on Text/RichText Widget #1413

Closed
4 tasks
rodolfogoulart opened this issue Jun 15, 2023 · 2 comments
Closed
4 tasks

Multiple BreakLine don't work on Text/RichText Widget #1413

rodolfogoulart opened this issue Jun 15, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@rodolfogoulart
Copy link

Multiple BreakLine don't work on Text/RichText Widget

To Reproduce
Code snippet to reproduce the behavior:

pw.RichText(
            softWrap: true,
            text: pw.TextSpan(children: [pw.TextSpan(text: '\n'), pw.TextSpan(text: '\n Text with multiple breakline \n\n another text \n\n\n last text.')]),
            overflow: pw.TextOverflow.span,
          ),

Expected behavior
multiple breaklines on the text

Desktop (please complete the following information):

  • iOS
  • Android
  • Browser
  • [ x] Windows
  • Linux
@rodolfogoulart rodolfogoulart added bug Something isn't working needs triage labels Jun 15, 2023
@deepak-agendaboa
Copy link

See #991

@DavBfr
Copy link
Owner

DavBfr commented Nov 10, 2023

Fixed in pdf 3.10.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants