Welcome to the Flutter feedback portal. We’re happy you’re here! If you have feedback on how to improve the Flutter, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
If using the draw() of the PdfTextElement in combination with PdfGraphics instead of with a PdfPage the offset is used twice. Once for the transformation matrix, and then again for the _drawInternal -- which results in twice the offset as intended.