Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Blurry text #43

@ire4ever1190

Description

@ire4ever1190

Describe the bug
Text is blurry and difficult to read

To Reproduce
To reproduce just run this code

import nodesnim

Window("Hello, world!")

build:
  - Scene scene:
    - Label hello:
      call:
        setSizeAnchor(1, 1)
        setTextAlign(0.5, 0.5, 0.5, 0.5)
        setText("Hello, world!")
        setBackgroundColor(Color(31, 45, 62))

addMainScene(scene)
windowLaunch()

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
https://imgur.com/CGVkdMj.png

Desktop

  • OS: Linux
  • DE: xfce
  • Nim: 1.6.0

Additional context
Ran using latest commit on nightly branch (#398858c)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions