Comment 0 for bug 174720

Revision history for this message
Krzysztof Kosinski (tweenk) wrote : Regression: Gnuplot SVG output shown incomplete

Current Inkscape SVN trunk branch shows Gnuplot SVG output partially. To be specific, only text is visible. Inkscape 0.45.1 (from package 0.45.1-1ubuntu5) opens and shows the complete contents of the file.

Minimal test case:
$ echo 'set terminal svg; plot sin(x)' | gnuplot | inkscape /dev/stdin
Expected behavior: Inkscape shows the complete plot (like gThumb, Eog, Firefox, Inkscape 0.45.1, etc.)
Actual behavior: Only text (axis labels) appear in the opened document. Other elements are not loaded at all.