react-native-svg icon indicating copy to clipboard operation
react-native-svg copied to clipboard

Rendering noize in wrong place instead svg

Open Bardiamist opened this issue 5 years ago • 1 comments

Hello, maybe anybody faced with some problem or can suggest something?

I use

import {
  Svg,
  Line,
  Polyline,
  Rect,
  LinearGradient,
  Stop,
  Polygon,
} from 'react-native-svg';

for render candle chart. And that works good. But recently on customer device (Xiaomi Mi 9; Android 10) appeared bug which I can't reproduce on my device or Android 10 emulator.

That renders some noize in wrong place instead svg Screenshot 2020-09-15 at 15 32 28
How it should look properly

Screenshot_1600158900

react-native: 0.63.2 react-native-svg: 12.1.0

What can be?

Bardiamist avatar Sep 15 '20 08:09 Bardiamist

Is there any update or information regarding this bug. We have customer who has a really similar problem with svg rendering. The device and android version is the same in the original bug ticket.

Device: Xiaomi Mi 9t Android: 10 MIUI Version: Miui Global 12.0.5.

octobus55 avatar Mar 28 '24 09:03 octobus55

Hello @octobus55, Can you provide code to reproduce that issue, please

Thank you

bohdanprog avatar Jun 07 '24 08:06 bohdanprog

The problem turned out to be our user was using a dark mode and it was behaving problematically compare the other android version dark modes @bohdanprog

octobus55 avatar Jun 07 '24 09:06 octobus55

We closed that issue, but if you still have that issue, feel free to open a new issue. Thank you.

bohdanprog avatar Jun 14 '24 06:06 bohdanprog