Bug 950701

Summary: d3 Charts Text appears slightly Fuzzy
Product: [Other] RHQ Project Reporter: Mike Thompson <mithomps>
Component: Core UIAssignee: Nobody <nobody>
Status: ON_QA --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: hrupp
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Text-rendering: geometric-precision
none
Fuzzy Text
none
SVG clean text none

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.