Skip to content

Rendering issue with 11.7.0 #459

Description

@laurentvoodoo

Submission checklist

  • I have confirmed the issue is present in the latest version of rive-android
  • I have searched the documentation and forums and could not find an answer
  • I have searched existing issues and this is not a duplicate

Description

This attached rive works in version from 11.3.1 to 11.6.1, but failed with new version 11.7.0

Previous working version

11.6.1

Reproduction steps / code

val resources = LocalResources.current
val worker = rememberRiveWorker()
val source = remember { RiveSource.Raw(R.raw.partner_intro)}
val riveResource = remember { RiveFileSource.RawRes(source.resId, resources)}
val riveFile = rememberRiveFile(riveResource, worker)
Rive(
    modifier = Modifier,
    file = riveFile,
    playing = true,
    fit = Fit.Contain(),
    pointerInputMode = RivePointerInputMode.PassThrough
)

Upload your reproduction files / stack trace

No response

Source .riv / .rev file

partner_intro.zip

Screenshots / video

test.mp4

Rive Android runtime version

11.7.0

Rive API

Compose

Device

Samsung A32

Device OS

Android 13

App minimum SDK level

29

App target SDK level

36

App NDK level

No response

Other Rive runtimes affected

No response

Dependencies with native libraries

Unity

Additional context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions