phaserjs / phaser-ce

Phaser CE is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.

Home Page:http://phaser.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text stroke + shadow looks bad on latest iOS

followyouhome opened this issue · comments

This Issue is about (pick one, ✏️ delete others)

I'm having the same issue how did you fix this? I see you closed this issue, i'm only facing this shadow issue on IOS

Iphone 7, IOS: 13.3, tested in Chrome & Safari

@PonyOny oops, I closed it by mistake. Going to reopen it.

@samme hi
Maybe i found a solution how to fix it on Iphone devices (something with shadowBlur && strokeText, i think it's Apple bug).
We can draw the first shadow layer for each letter, then reset shadow styles for stroke and draw strokeText, what do you think about it?

commented

@geekofcola can you make an example?

commented

Hey! Have you found a solution to this issue?