|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
DO NOT REPLY [Bug 47917] New: Text rendering broken in MacOS X 10.5https://issues.apache.org/bugzilla/show_bug.cgi?id=47917
Summary: Text rendering broken in MacOS X 10.5 Product: Batik Version: 1.8 Platform: PC OS/Version: Mac OS X 10.4 Status: NEW Severity: major Priority: P3 Component: GVT Text AssignedTo: batik-dev@... ReportedBy: helder.magalhaes@... There have been several (somehow recent) reports in the mailing list [1] [2] [3] regarding a MacOS-specific issue with text rendering, namely what seems to be a regression in version 10.5. Reports also aim towards a workaround consisting in disabling Quartz, so I'm documenting this in order to try gathering more information on this issue and/or to server as a placeholder for patches. This may also help fixing/working around the issue reported in issue 41451. Note that I've set the OS as Mac OS X 10.4, although this seems to be specific to version 10.5 (which is not available in the list). Confirmations on which specific MacOSX version do the symptoms reproduce are welcome! [1] http://www.nabble.com/Text-Not-Displaying-ts24550763.html [2] http://www.nabble.com/Problem-with-text-on-OSX-ts24841934.html [3] http://www.nabble.com/RE%3A-JSVGCanvas-SVG-display-only-partial-document-on-MAC-OS-10.5-ts25493305.html -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: batik-dev-unsubscribe@... For additional commands, e-mail: batik-dev-help@... |
|
|
DO NOT REPLY [Bug 47917] Text rendering broken in MacOS X 10.5https://issues.apache.org/bugzilla/show_bug.cgi?id=47917
--- Comment #1 from Helder Magalhães <helder.magalhaes@...> 2009-09-29 16:11:21 PDT --- According to the reports, a possible fix would be detecting [1] [2] the specific platform and tweaking the settings in accordance. Something like: if(System.getProperty("os.version").equals("10.5")){ System.setProperty("apple.awt.graphics.UseQuartz", "false"); } There is a couple of pending issues with the above code: 1. There isn't enough evidence that this is really MacOS X 10.5 specific, more feedback is welcome (as stated in comment 0); 2. I don't much of an idea on where to place this sort of code. Placing anywhere within the GVT text classes should help, but I invite anyone with better Java skills to make a more specific proposal and/or submit a patch. [1] http://developer.apple.com/mac/library/technotes/tn2002/tn2110.html#PARTONE [2] http://java.sun.com/j2se/1.4.2/docs/api/java/lang/System.html#getProperties%28%29 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: batik-dev-unsubscribe@... For additional commands, e-mail: batik-dev-help@... |
|
|
DO NOT REPLY [Bug 47917] Text rendering broken in MacOS X 10.5https://issues.apache.org/bugzilla/show_bug.cgi?id=47917
Helder Magalhães <helder.magalhaes@...> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |radu_coravu@... --- Comment #2 from Helder Magalhães <helder.magalhaes@...> 2009-10-20 04:35:49 UTC --- *** Bug 48028 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: batik-dev-unsubscribe@... For additional commands, e-mail: batik-dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |