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

Overlaying rotated objects causes artifacts (kivy 2.2.0 only) #8254

Closed
20Tauri opened this issue May 22, 2023 · 4 comments
Closed

Overlaying rotated objects causes artifacts (kivy 2.2.0 only) #8254

20Tauri opened this issue May 22, 2023 · 4 comments

Comments

@20Tauri
Copy link

20Tauri commented May 22, 2023

Software Versions

  • Python: 3.8.10
  • OS: Window 10
  • Kivy: 2.2.0
  • Kivy installation method: pip

Describe the bug
When a widget is rotated and another widget overlaps it, the displayed result is incorrect.

The rotation method is classical and a result is displayed later in the description

Expected behavior
Same with 2.1.0: no artefact

Code and Logs and screenshots

    canvas.before:
        PushMatrix
        Rotate:
            angle: self.rotate_angle
            axis: 0, 0, 1
            origin: self.center

    canvas.after:
        PopMatrix

Problem is on the left top corner and the bottom right corner
Note that the same object in the left bottom corner is displayed correctly.

image

@20Tauri 20Tauri changed the title Rotation Overlaying rotated objects causes artifacts May 22, 2023
@20Tauri 20Tauri changed the title Overlaying rotated objects causes artifacts Overlaying rotated objects causes artifacts (kivy 2.2.0 only) May 22, 2023
@20Tauri
Copy link
Author

20Tauri commented May 22, 2023

Caused #8169 and Stencil in style.kv (see b8910a7)

@DexerBR
Copy link
Contributor

DexerBR commented Jun 10, 2023

Hi @20Tauri!

Could you test the master (which includes PR #8276)?

@misl6 misl6 added the awaiting-reply Waiting for reply from issue opener, will be closed if no reply label Jun 10, 2023
@20Tauri
Copy link
Author

20Tauri commented Jun 11, 2023

Hi @DexerBR,

Tests have been made with a 2.2.0 version with manual report of your change
Seems OK,

I have opened a new issue (#8278) because I have to override style.kv to mae my application work properly... This not relate our problem

@github-actions github-actions bot removed the awaiting-reply Waiting for reply from issue opener, will be closed if no reply label Jun 11, 2023
@misl6
Copy link
Member

misl6 commented Oct 8, 2023

Fixed via #8276

@misl6 misl6 closed this as completed Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants