Pale text rendering in iOS
See original GitHub issueIssue Description
Hi there!
HUGE fan of this script and use it in a lot of my projects, It’s fab!
I have a slight issue with rendering on iOS, The colour of the font appears pale, As if it were semi transparent. I’m using this to init bounty;
bounty.default({ el: '.RevivedRev h1', value: '$' + $('.RevivedRev h1').attr('data-rev'), initialValue: '$0.00', lineHeight: 1, animationDelay: 1000, letterSpacing: 0.1, });
Is this a potential issue with a recent rendering change of svg in iOS? Can offer screenshots of issue if needed.
Cheers!
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Font rendering issue on iOS mobile devices - Stack Overflow
I have one problem what find only on iOS and don't know to solve. enter image description here. On image above you can...
Read more >How to Change Safari Reader View Font & Background on ...
So, let's get to customizing Safari's Reader View on iPhone and iPad so that your font and background color are more suited to...
Read more >500 lines won't render [iOS] · Issue #19453 · facebook/react ...
At 600 lines there's no rendering of the text component, at 200 it renders fine. Expected Behavior. I expected the normal behavior of...
Read more >text-rendering - CSS: Cascading Style Sheets - MDN Web Docs
The browser emphasizes rendering speed over legibility and geometric precision when drawing text. It disables kerning and ligatures.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ah Gotcha I’ll try resetting the filter attribute after the animation completes, Thanks for the quick reply @coderitual, and thanks again for the great script!
Sure, I’ll see what I can do 👍 Cheers!