Bug 950701
| Summary: | d3 Charts Text appears slightly Fuzzy | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Mike Thompson <mithomps> | ||||||||
| Component: | Core UI | Assignee: | Nobody <nobody> | ||||||||
| Status: | ON_QA --- | QA Contact: | |||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | unspecified | CC: | 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
Mike Thompson
2013-04-10 17:10:44 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. Created attachment 733812 [details]
Text-rendering: geometric-precision
Created attachment 742013 [details]
Fuzzy Text
Created attachment 742014 [details]
SVG clean text
The culprit was an svg property: stroke. This is now fixed in: master commit: c430d28. |