| Summary: | Centered text is not shown correctly in SVG images | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Andreas Pietzowski <andreas> |
| Component: | khtml | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | maksim, samuel.brack |
| Priority: | NOR | ||
| Version First Reported In: | 4.5.4 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Andreas Pietzowski
2009-08-23 01:05:56 UTC
Thanks for the SVG testcases... SVN commit 1014804 by orlovich: Fixes for SVG text-anchor. Also some search-and-replace to help out fixing up the rest of RenderStyle construction for SVG CCBUG:204817 M +48 -33 css/SVGCSSStyleSelector.cpp M +31 -28 rendering/SVGRootInlineBox.cpp M +9 -0 rendering/font.cpp M +2 -0 rendering/font.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1014804 Maybe it's off topic but why don't you just use Qt's QSvg-API? I have no expereince with it's wuality and maybe it's worse than KSvn. I am just interested in the reason... Thanks :) SVN commit 1025789 by orlovich: automatically merged revision 1014804: Fixes for SVG text-anchor. Also some search-and-replace to help out fixing up the rest of RenderStyle construction for SVG CCBUG:204817 M +48 -33 css/SVGCSSStyleSelector.cpp M +31 -28 rendering/SVGRootInlineBox.cpp M +9 -0 rendering/font.cpp M +2 -0 rendering/font.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1025789 In Konqueror 4.5.4 the alignment seems right, but some text is floating over the margins of the textboxes. So this seems still to be a bug. I marked it as a duplicate because the 2 reports handle the same problem - text that's floating over the margins of the textboxes in the svg. *** This bug has been marked as a duplicate of bug 204612 *** |