Bug 950701 - d3 Charts Text appears slightly Fuzzy
Summary: d3 Charts Text appears slightly Fuzzy
Keywords:
Status: ON_QA
Alias: None
Product: RHQ Project
Classification: Other
Component: Core UI
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-10 17:10 UTC by Mike Thompson
Modified: 2022-03-31 04:27 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)
Text-rendering: geometric-precision (330.94 KB, image/jpeg)
2013-04-10 17:28 UTC, Mike Thompson
no flags Details
Fuzzy Text (46.08 KB, image/png)
2013-04-30 21:54 UTC, Mike Thompson
no flags Details
SVG clean text (40.86 KB, image/png)
2013-04-30 21:55 UTC, Mike Thompson
no flags Details

Description Mike Thompson 2013-04-10 17:10:44 UTC
I'm assuming that this is an anti-aliasing effect on rendering the font. SVG is rendering these fonts and not HTML.

Comment 1 Mike Thompson 2013-04-10 17:21:48 UTC
SVG has a property called 'text-rendering' that I tried with all the styles: optimize-speed, optimize-legibility, geometric-precision, default. None of these seemed to make any difference at all.

Comment 2 Mike Thompson 2013-04-10 17:28:00 UTC
Created attachment 733812 [details]
Text-rendering: geometric-precision

Comment 3 Mike Thompson 2013-04-30 21:54:59 UTC
Created attachment 742013 [details]
Fuzzy Text

Comment 4 Mike Thompson 2013-04-30 21:55:34 UTC
Created attachment 742014 [details]
SVG clean text

Comment 5 Mike Thompson 2013-04-30 21:57:45 UTC
The culprit was an svg property: stroke.

This is now fixed in:

master commit: c430d28.


Note You need to log in before you can comment on or make changes to this bug.