| Summary: | gwenview ignores clipping on SVG paths | ||
|---|---|---|---|
| Product: | [Applications] gwenview | Reporter: | Toke Høiland-Jørgensen <toke> |
| Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | major | CC: | cfeck |
| Priority: | NOR | ||
| Version First Reported In: | 2.9.4 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| URL: | https://owncloud.toke.dk/public.php?service=files&dir=%2Falrua%2Ffiles%2Fshared%2Fgwenview | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Toke Høiland-Jørgensen
2012-12-10 16:17:24 UTC
This is a bug in the QtSvg library. Please report to Qt developers via https://bugreports.qt-project.org/ The response on the Qt bugreport indicates this is expected, since the svg spec supported by qt does not support clipping. Since this issue somewhat diminishes gwenview's usefulness as a general purpose image viewer (for me at least), is there anything gwenview/the kde project can do to remedy this lack? Either by providing full svg support for qt, or incorporating a different svg library for viewing svg files? (Note I have no idea what amount of effort this would require, but thought I'd ask before I go looking for a different image viewer) :) (The Qt bug report is here: https://bugreports.qt-project.org/browse/QTBUG-28636 sorry forgot the link). |