Bug 307331 - SVG doesn't render properly
Summary: SVG doesn't render properly
Status: RESOLVED DUPLICATE of bug 336436
Alias: None
Product: gwenview
Classification: Applications
Component: general (show other bugs)
Version: 2.9.1
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Gwenview Bugs
URL: http://evemaps.dotlan.net/map/Delve/K...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-24 17:16 UTC by Roger Pixley
Modified: 2016-06-27 23:18 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roger Pixley 2012-09-24 17:16:06 UTC
Chromium apparently has enabled kparts which allows it to use Gwenview to render images and svgs. If you pull down this SVG (You can use the URL http://evemaps.dotlan.net/svg/Delve.svg?sys=K-6K16 ) and open it in Gwenview you can see that it draws the lines but doesn't show any text.

Reproducible: Always

Steps to Reproduce:
1. Go to http://evemaps.dotlan.net/svg/Delve.svg?sys=K-6K16 and save the svg
2. Open in Gwenview to see the rendering
Actual Results:  
SVG opens with no crashes but displays partial information

Expected Results:  
SVG is rendered properly
Comment 1 Artur O. 2012-09-24 17:27:38 UTC
Also present in Arch Linux
Comment 2 rgb.mldc 2014-06-19 13:13:29 UTC
Note that Qt only supports the static features of SVG 1.2 Tiny: things like text on paths and complex gradients are not supported by Qt implementation. See for example this Qt report

https://bugreports.qt-project.org/browse/QTBUG-12588

which was closed as "out of scope": it seems that Qt will NEVER support the full SVG spec. Maybe gwenview need to switch to webkit or blink when rendering SVG files? Rekonq is able to render without problems any SVG file I drop on it.
Comment 3 Christoph Feck 2016-06-27 23:18:00 UTC

*** This bug has been marked as a duplicate of bug 336436 ***