Summary: | The "export to svg" option is not working | ||
---|---|---|---|
Product: | [Applications] kturtle | Reporter: | Leonardo Barichello <barichello> |
Component: | general | Assignee: | Cies Breijs <cies> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | barichello, lueck |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kturtle/db3e910e1ceeba30d4c5224953126a2a26549795 | Version Fixed In: | 4.10 |
Sentry Crash Report: |
Description
Leonardo Barichello
2013-01-21 18:14:57 UTC
I tested with master and can confirm the bug. with -# generator.setSize(_scene->sceneRect().size().toSize()); // Qt 4.5 + generator.setSize(_scene->sceneRect().size().toSize()); // Qt 4.5 in canvas.cpp:#270 it works Git commit aa399f6fad3168c7ca73ecd01fc36012d1f48c01 by Christoph Feck. Committed on 23/01/2013 at 02:08. Pushed by cfeck into branch 'KDE/4.10'. Fix SVG export Some code was disabled, because it required Qt 4.5, which we long assume. Thanks Leonardo Barichello for spotting this! FIXED-IN: 4.10 M +3 -3 src/canvas.cpp http://commits.kde.org/kturtle/aa399f6fad3168c7ca73ecd01fc36012d1f48c01 Git commit db3e910e1ceeba30d4c5224953126a2a26549795 by Christoph Feck. Committed on 23/01/2013 at 02:08. Pushed by cfeck into branch 'master'. Fix SVG export Some code was disabled, because it required Qt 4.5, which we long assume. Thanks Leonardo Barichello for spotting this! FIXED-IN: 4.10 (cherry picked from commit aa399f6fad3168c7ca73ecd01fc36012d1f48c01) M +3 -3 src/canvas.cpp http://commits.kde.org/kturtle/db3e910e1ceeba30d4c5224953126a2a26549795 |