Skip to content

[Bug report] #154

Description

@liangxianshen

Version

1.6.0

Platforms

Android

Device Model

any

flutter info

[✓] Flutter (Channel stable, 3.24.4, on macOS 15.6 24G84 darwin-arm64, locale
    zh-Hans-CN)
    • Flutter version 3.24.4 on channel stable at
      /Users/wenyanqiao/fvm/versions/3.24.4
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 603104015d (1 year, 1 month ago), 2024-10-24 08:01:25
      -0700
    • Engine revision db49896cf2
    • Dart version 3.5.4
    • DevTools version 2.37.3
    • Pub download mirror https://pub.flutter-io.cn
    • Flutter download mirror https://storage.flutter-io.cn

How to reproduce?

My picture is 1440 * 3200, and I want to put a string of text at the bottom. Why doesn't the dy setting of 3000 work?

Logs

Example code (optional)

final textOption = AddTextOption();
    textOption.addText(
      EditorText(
        offset: Offset(0, 3000),
        text: '定位信息',
        fontSizePx: 61,
        textColor: Colors.white,
        textAlign: TextAlign.right,
      ),
    )

Contact

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions